Hi there,
Would it be possible to have a copy of the upload.php file you've used in the Application demo. (the one that creates thumbs).
Also, if I try to upload an image that is bigger than 2mb the queue "stucks" after the image is finished uploading, anyone else experienced this?
Thanks
Ken
Application Demo
Just download the SWFUpload samples package. All the demo source code is there.
Your stuck queue could be caused by the server taking too long to process the image. If it takes longer than 30 seconds for the server to respond after the file has been sent (e.g., while the thumbnail is being made) then Flash gives up and stops processing the file and doesn't fire any events.
Are you saying that the
Are you saying that if the upload takes longer than 30 seconds then it will get stuck?
It was working fine in the flash9 version, I could upload images that are well over 2mb. It's the queue js file I think, could you have a look at that please?
2 MB limit
There is a 2 MB upload limit by default in PHP. You could be running into that. You'll need to adjust your php.ini file.
Then if you aren't handling the uploadError event it would appear that the queue just stops.
Without seeing the site or code it's hard to provide better feedback