This repository was archived by the owner on May 25, 2023. It is now read-only.
This repository was archived by the owner on May 25, 2023. It is now read-only.
Firefox: "Error: Image corrupt or truncated: blob:[XY]" #3070
Open
Description
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