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
{{ message }}
This repository has been archived by the owner on May 25, 2023. It is now read-only.
I'm using jQuery-File-Upload with image resizing. In Firefox 28 I'm getting the error
Error: Image corrupt or truncated: blob:1554606b-7557-4977-b1af-f06d90bdee10
Source File: blob:1554606b-7557-4977-b1af-f06d90bdee
if i select more than 3 or 4 images to upload. It doesn's happen always at the 3rd or 4th image, sometimes it happens not before the 10th image. Selecting one or two images always works. After the error appears in the log, not yet processed images stay with the wait-symbol. I can reproduce the problem even with your demo.
In Opera everything works fine.
Any idea what the problem could be?
Thanks
Ben
The text was updated successfully, but these errors were encountered:
Just a guess, but could be a memory issue, as each browser tab has only limited resources and resizing images, depending on their size, is rather memory intensive.
What platform are you testing this on?
Do you think Firefox has a problem releasing allocated memory? Because image processing is done one after another, so it shouldn't be an overall memory-problem? Or am I wrong?
I'm using jQuery-File-Upload with image resizing. In Firefox 28 I'm getting the error
Error: Image corrupt or truncated: blob:1554606b-7557-4977-b1af-f06d90bdee10
Source File: blob:1554606b-7557-4977-b1af-f06d90bdee
if i select more than 3 or 4 images to upload. It doesn's happen always at the 3rd or 4th image, sometimes it happens not before the 10th image. Selecting one or two images always works. After the error appears in the log, not yet processed images stay with the wait-symbol. I can reproduce the problem even with your demo.
In Opera everything works fine.
Any idea what the problem could be?
Thanks
Ben
The text was updated successfully, but these errors were encountered: