Application Demo

This demo shows how SWFUpload can behave like an AJAX application. Images are uploaded by SWFUpload then some JavaScript is used to display the thumbnails without reloading the page.

Error:

Application Demo requires GD Library to be installed on your system.

Usually you only have to uncomment ;extension=php_gd2.dll by removing the semicolon extension=php_gd2.dll and making sure your extension_dir is pointing in the right place. extension_dir = "c:\php\extensions" in your php.ini file. For further reading please consult the PHP manual