Check out a quickly-developed Flex application that manages multiple file uploads and processes them through a PHP file (right-click in the application to view the source). Or, you can check out an explanation and strategy we used for the PHP.
[Coding Cowboys] Uploading Files with Flex and PHP
December 18, 2006 by Kumaran



when i downloaded your files and tested in appserver i dint work it shows its uploading and finshes uploading but when i see in the folder nothing will be there… i use appserver and my files are in mainproject i stored your php file in mainproject folder and named it upload.php my folder to save images is mainproject/images but it doesnt work
i had the same experience… so what are we goig to do?
You need to make sure, that the path in the upload.php is correct. Do a debug php file to show you the exact path with the $_SERVER['DOCUMENT_ROOT'] variable. It uploads files for me, however lager files are not being copied even though that you get confirmation that everything was ok.
Larger files are limited by php.ini where it is set by default to 2MB I think
For a nice and easy Web-ftp solution using the power of PHP4, check my FileManager FX. Can be seen in action here