plupload icon indicating copy to clipboard operation
plupload copied to clipboard

Uncaught RangeError: Maximum call stack size exceeded (for larger files)

Open baba43 opened this issue 3 years ago • 2 comments

Hello, thank you very much for creating and maintaining this library.

I took over support for a project that is using the latest version (3.1.2) of this library and our users have problems uploading larger files (up to 100gb). Before the upload starts, the script is crashing with the following error.

plupload.full.min.js:29 Uncaught RangeError: Maximum call stack size exceeded
    at r.uploadChunk (plupload.full.min.js:29)
    at r.uploadChunk (plupload.full.min.js:29)
    at r.uploadChunk (plupload.full.min.js:29)
    at r.uploadChunk (plupload.full.min.js:29)
    at r.uploadChunk (plupload.full.min.js:29)
    at r.uploadChunk (plupload.full.min.js:29)
    at r.uploadChunk (plupload.full.min.js:29)
    at r.uploadChunk (plupload.full.min.js:29)
    at r.uploadChunk (plupload.full.min.js:29)
    at r.uploadChunk (plupload.full.min.js:29)

baba43 avatar Sep 09 '21 13:09 baba43

Any news on this? Did you test how big files are uploaded correctly ? What number of size start giving problem ?

Muneeb-Ahmed-Khan avatar Dec 12 '21 08:12 Muneeb-Ahmed-Khan

@Muneeb-Ahmed-Khan I switched to Uppy.

baba43 avatar Dec 12 '21 13:12 baba43