enableDebug(); } if ($fileWidget->uploadComplete()) { // output javascript to the iframe to send a final status to the main window // this will catch error conditions echo $fileWidget->finalStatus(); // move the file(s) where they need to go var_dump($_FILES); exit; } ?>
For most connections 250K files should be good demo, files > 8meg will fail without an error message due to my PHP config, larger files work if you have PHP setup to work with larger files.
This code has been tested on Firefox 1.5, but should work on any modern browser if you find any bugs post them on the blog or the wiki
This demo now uses the php 5.2.0 => uploadprogress extension