Multiple upload error [Flash]
Posted: 22 Oct 2012, 19:50
Hi,
When uploading multiple files using Flash uploader it stops uploading with some files. The image gets partialy uploaded (percentage stops at 24% or 79% or whatever). It just stops and doesn't give an error.
Some files do upload correctly, others don't. I can try it over and over again, but some files just won't upload. Can any one tell me why?
Firebug gives the following error:
-----------------------------------
SyntaxError: missing ) in parenthetical
[Afbreken op deze fout]
Warning: imagecreatefromjpeg(): gd-jpeg, libjpeg: recoverable error: Premature end of JPEG file
16 (regel 66, kol 7)
----------------------------------
And points to this piece of code:
----------------------------------
var queueFiles = Uploader.total.failed + Uploader.total.uploaded + 1;
----------------------------------
Thanks in advance!
When uploading multiple files using Flash uploader it stops uploading with some files. The image gets partialy uploaded (percentage stops at 24% or 79% or whatever). It just stops and doesn't give an error.
Some files do upload correctly, others don't. I can try it over and over again, but some files just won't upload. Can any one tell me why?
Firebug gives the following error:
-----------------------------------
SyntaxError: missing ) in parenthetical
[Afbreken op deze fout]
Warning: imagecreatefromjpeg(): gd-jpeg, libjpeg: recoverable error: Premature end of JPEG file
16 (regel 66, kol 7)
----------------------------------
And points to this piece of code:
----------------------------------
var queueFiles = Uploader.total.failed + Uploader.total.uploaded + 1;
----------------------------------
Thanks in advance!