francismeynard / lambda-multipart-parser

This nodejs module will parse the multipart-form containing files and fields from the AWS lambda event object. It works very well parsing binary and text files.
MIT License
67 stars 25 forks source link

Unable to access othe fields of the formdata #16

Closed jagnani73 closed 1 year ago

jagnani73 commented 1 year ago

Unable to see other field that have been appended to the formdata if there is no file uploaded

jagnani73 commented 1 year ago

My code was incorrect