You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: