View Single Post
Old
  (#4 (permalink))
mikem
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
12-12-2002, 01:51 PM

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
   
Reply With Quote