Replies: 2 comments
-
The example you link to is an example showing multipart file upload using Axum SSR. Relative paths to dependencies are not an issue: just replace the
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @gbj, Thanks a lot for your reply, it works like a charm indeed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
Is there any example showing a multipart file upload form using Axum SSR ? I found this example https://github.com/leptos-rs/leptos/tree/7d1ce45a579523e918de7f784e1452a8e1085f88/examples/server_fns_axum but it does not reflect a real case example as many paths to dependencies are relative.
I am especially struggling to know what feature to use to enable
server_fn/multipart
but also where I should put it. I have the feelinglaptos_axum
lacks the possibility to enable this feature but maybe I am just missing something !Thanks,
Beta Was this translation helpful? Give feedback.
All reactions