node-file-manager icon indicating copy to clipboard operation
node-file-manager copied to clipboard

Large file upload fails

Open jamesmgittins opened this issue 9 years ago • 6 comments

Running it from my windows desktop I can upload a file as large as 500MB before it fails but anything bigger than that and I get an error message

screen shot 2016-09-08 at 10 47 53

Running on a raspberry pi 3 with more limited resources it fails with anything larger than about 70MB

jamesmgittins avatar Sep 08 '16 09:09 jamesmgittins

coding your uploading function

songbaoqiang avatar Sep 08 '16 11:09 songbaoqiang

error in incoming_form.js

Error: Request aborted at IncomingMessage. (/var/www/ffmlive/file-manager/node_modules/formidable/lib/incoming_form.js:120:19) at emitNone (events.js:86:13) at IncomingMessage.emit (events.js:185:7) at abortIncoming (_http_server.js:280:11) at Socket.serverSocketCloseListener (_http_server.js:293:5) at emitOne (events.js:101:20) at Socket.emit (events.js:188:7) at TCP._handle.close as _onclose

songbaoqiang avatar Sep 12 '16 13:09 songbaoqiang

timeout setting !!!

songbaoqiang avatar Sep 12 '16 14:09 songbaoqiang

Sorry @jamesmgittins Recently, I do not have the energy to add "large file" features.

efeiefei avatar Jan 24 '17 02:01 efeiefei

@efeiefei what work is needed to allow larger files to be uploaded?

circuitry2 avatar Dec 28 '17 15:12 circuitry2

@circuitry2 you can modified the http timeout settings in file node-file-manager/lib/public/js/app.js

image

corningsun avatar Feb 22 '18 03:02 corningsun