Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploads with multipart #49

Closed
alexichepura opened this issue Dec 7, 2024 · 1 comment
Closed

Uploads with multipart #49

alexichepura opened this issue Dec 7, 2024 · 1 comment

Comments

@alexichepura
Copy link
Owner

Uploads with multipart instead of sending bytes

#[server(input = MultipartFormData,)]
pub async fn upload_file(data: MultipartData) -> Result<(), ServerFnError> {

https://github.com/leptos-rs/leptos/blob/main/examples/server_fns_axum/src/app.rs#L470
leptos-rs/leptos#2616

@alexichepura
Copy link
Owner Author

not planned for now, as current approach works

@alexichepura alexichepura closed this as not planned Won't fix, can't repro, duplicate, stale Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant