Hello,
thank you for the great work!
Can't find a way to change the tmp-Folder for Uploads.
Also the location of the tmp-Files ist not passed back in the file-Object of the 'fileUploaded'-Event. So I don't see a way to access the tmp-Files.
{ name: 'IMG_1464.JPG',
data: <Buffer ff d8 ff e1 2f fe 45 78 69 66 00 00 4d 4d 00 2a 00 00 00 08 00 0b 01 0f 00 02 00 00 00 06 00 00 00 92 01 10 00 02 00 00 00 09 00 00 00 98 01 12 00 03 00 ...>,
size: 2642248,
type: 'image/jpeg' }
Is the whole File-data set in file.data? How about 2 GB-Uploads? Since node-uploader supports chunks I think its useful think in such dimensions.
Is there a way to trigger a "uploadEnd" Event after all Files have been uploaded? I want do clean up something and send a Mail summary after the whole Upload completes.
Hello, thank you for the great work! Can't find a way to change the tmp-Folder for Uploads. Also the location of the tmp-Files ist not passed back in the file-Object of the 'fileUploaded'-Event. So I don't see a way to access the tmp-Files. { name: 'IMG_1464.JPG', data: <Buffer ff d8 ff e1 2f fe 45 78 69 66 00 00 4d 4d 00 2a 00 00 00 08 00 0b 01 0f 00 02 00 00 00 06 00 00 00 92 01 10 00 02 00 00 00 09 00 00 00 98 01 12 00 03 00 ...>, size: 2642248, type: 'image/jpeg' }
Is the whole File-data set in file.data? How about 2 GB-Uploads? Since node-uploader supports chunks I think its useful think in such dimensions. Is there a way to trigger a "uploadEnd" Event after all Files have been uploaded? I want do clean up something and send a Mail summary after the whole Upload completes.
Thank you very much, Kind regards Jürgen