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!
Multiple upload error [Flash]
- Jan
- Phoca Hero

- Posts: 49150
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Multiple upload error [Flash]
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 
If you find Phoca extensions useful, please support the project
