richardgirges / express-fileupload

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

Saving More than 100 Files #353

Closed cemalgnlts closed 11 months ago

cemalgnlts commented 11 months ago

Hi,

I tried to upload 300 files at once with the mv function, but only 100 of them can be uploaded.

When I type the number of files to be uploaded, it shows as 300 in the console, but for some reason only 100 are uploaded.

cemalgnlts commented 11 months ago

Sorry, my bad.