defnull / multipart

A fast multipart/form-data parser for python
MIT License
126 stars 33 forks source link

Can u support more mimetype? like "application/octet-stream" #4

Closed shuxiang closed 5 years ago

shuxiang commented 12 years ago

most javascript upload plugins(ajax) upload files with mimetype "application/octet-stream", i think it's very important to support this mimetype,

thanks

defnull commented 5 years ago

application/octet-stream is just raw bytes. How and why should a multipart parsing library handle these?