Page 1 of 1

Multiple upload error [Flash]

Posted: 22 Oct 2012, 19:50
by sander_v_bergen
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!

Re: Multiple upload error [Flash]

Posted: 23 Oct 2012, 00:28
by Jan
Hi, really no idea what can be wrong, but seems like there is some problem with managing images on the server (maybe while upload, but rather while making thumbnails - seems like the GD library (which makes the thumbnails on the server) cannot somehow work with the image and then it returns this problem :idea: