freesoftwarefactory / parse-multipart

A javascript/nodejs multipart/form-data parser which operates on raw data.
MIT License
48 stars 79 forks source link

I am getting issue in using your package some split error #33

Open pushkert opened 1 year ago

pushkert commented 1 year ago

I am getting issue in using your package some split error when i pass some fields with image or file

apoduval-tibco commented 2 months ago

I am also facing a similar issue. In my response, the format for Header and Info is as follows Content-Type: application/octet-stream Content-Disposition: form-data; name="fileSource"; filename="asd.zip" due to which the parse operation is unable to identify the filename.