richardgirges / express-fileupload

Simple express file upload middleware that wraps around busboy
MIT License
1.52k stars 259 forks source link

webkitRelativePath #336

Closed luuxis closed 1 year ago

luuxis commented 1 year ago

Hello, in my code I need to be able to upload folders.

only the problem is that on the server side I can't get the webkitRelativePath element from the formdata.

possible to help me in this quest.