Here's my hacked all to he** version if you can't figure it out
http://phpbbport.fauxpas.org/mycrap/Uploader.zip
OH, and to add a return to home page link on the page that follows after you upload a file, I changed in
theform.php
this
Code:
$endresult = "<font size=\"2\">File Was Uploaded</font>";
to this
Code:
$endresult = "<font size=\"2\">File Was Uploaded</font>
Return to the <a href=\"../../index.php\">HOME</a> page.";
you could always make it a rediredt or create a Content page thanking them for the upload etc. and point it to that after the upload is complete...all possibilties
mikem
man I hope this helps..hehe