multer icon indicating copy to clipboard operation
multer copied to clipboard

Fixes expressjs/multer#1218. No response in Pending status.

Open bettep-dev opened this issue 1 year ago • 3 comments

When a file upload is in progress in the native app, a network communication timeout occurs in the Pending state,

but I verified that the busboy.on('close') event does not fall into the Pending state.

I modified the code to handle errors in storage._handleFile.

See: #1218

bettep-dev avatar Aug 07 '24 03:08 bettep-dev

this works,

pwliuab avatar Aug 16 '24 10:08 pwliuab

thx

yfhui avatar Aug 16 '24 10:08 yfhui

bro strong :sorry:

thingasd avatar Aug 16 '24 10:08 thingasd