Merry Christmas!
We are happy to release SWFUpload v2.5.0 Beta 1. The image resizing has been improved. Especially memory usage. All the proper events have been implemented and it seems to be working great for us. Hopefully it'll work great for you too!
A few other changes have been implemented as well. We've added more mouse events to be piped out of Flash to JavaScript. These include over, out, and click. They are handled the same way as other SWFUpload events.
Demos are online at http://demo.swfupload.org/v250beta1/
Discussion and known issues are at http://code.google.com/p/swfupload/wiki/v250Beta1
Download at http://code.google.com/p/swfupload
December 26, 2009 - 7:41pm
Help Please
I have tried new resize feature in 2.5 release.
I have problem, I never see thumnail after upload when using the resize method. But on your site 'SWFupload' demos, this is ok. It displays the thumbnails. But in my case on localhost or on actual site, this is not working at all. Just shows 'All images received.' but the thumnail never displayed.
Also how to save the file after upload on server with Resize image method.
December 28, 2009 - 9:20pm
Do the developers think that the known issue of file data being sent as post data will have a workaround in the future?
December 29, 2009 - 5:37am
Have the problem like 'nav786_te'.
Thumbnails are never display.
I suppose the problem is in resized image data. I inserted into upload.php this code ' file_put_contents($_SERVER['DOCUMENT_ROOT']."/resizedemo/22222.jpg", $_POST["Filedata"]); ' and 22222.jpg is not display - the file is corrupt.
Sorry for bad english.
January 6, 2010 - 5:11am
It's caused by magic_qoutes_gpc setting in php.ini. You can try to add following code before file_put_contents:
if (1 == get_magic_quotes_gpc ()) {
$_POST['Filedata'] = stripslashes ($_POST['Filedata']);
}
What have magic_quotes_gpc did?
http://php.net/manual/en/info.configuration.php#ini.magic-quotes-gpc
January 7, 2010 - 1:52am
I didn't really know where else to put this as I couldn't find a contact address on the site, so, sorry if it shouldn't be here.
I'm an owner at http://www.webbychat.com and just wanted to gift a free account your way because I've made use of swfupload on some other sites I've built and wanted to pay it forward.
If you're interested, just setup the free version of Webby Chat on this site and I'll upgrade you to the BASIC plan free of charge.
Regards,
Brian
January 18, 2010 - 5:05am
The Button Reload with quite a delay everytime.
This is consistent everytime i Open the Page in IE7, well else where it works fine.
I'm Using SWFUpload v2.5.0 Beta 1.
Please help.
Thanks in Advance.
Ashish S
January 18, 2010 - 7:10pm
Beta 2 will be ready soon and should fix your problem.
February 10, 2010 - 1:14am
Error #2032:Why does this error in alert message strikes me, when i try resizing the images?
Currently, I am using Resize Demo.
Thanks a Times...
Ashish Saini