Mootools upload widget
FancyUpload is a MooTools upload widget thats allows queued multiple-file upload including progress bars. You can select and upload multiple files, filter files by type in the select dialog, show and filter useful file information before the upload starts and much much more.


















i try using fancy upload in typo3 cms it works but i dont what is the problem why my files did not go into my directory…
$target_path = “/var/www/phpmiscs/htdocs/uploads/tx_phpdevfancyupload/”;
$target_path .= basename($_FILES['Filedata']['name']);
move_uploaded_file ($file ,$target_path );
is anybody knows about it?
please help!!
thanks