pgaertig / nginx-big-upload

Resumable and reliable file uploads of any size. Nginx extension written in Lua.
https://github.com/pgaertig/nginx-big-upload
Other
192 stars 49 forks source link

Multipart/form-data requests support #4

Closed pgaertig closed 7 years ago

pgaertig commented 11 years ago

Introduce multipart/form-data requests support. Chunking won't be supported for sure, however SHA1 and CRC32 will be.

pgaertig commented 7 years ago

Personally no need for that. PRs welcome.