carllerche / tower-web

A fast, boilerplate free, web framework for Rust
MIT License
980 stars 51 forks source link

how to hanle HTTP file uploads (POST requests with Content-Type: multipart/form-data). #178

Open goodclouddata opened 5 years ago

goodclouddata commented 5 years ago

i hava found this site https://github.com/abonander/multipart, Is there a other way to hanle image upload?

carllerche commented 5 years ago

I'm not sure. It probably would be possible to integrate that w/ tower-web.