TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Very very simple file uploader

Page: 1 Reply
Mar 26th 2003#97078 Report
Member since: Feb 10th 2003
Posts: 10
I really needed a simple file uploader script with no need of security. Is there any script out there that DOESN'T have alot of functions like type of extension, file size, etc. All I need is a super simple file uploader and I just pick the path. So if any know please let me know. Thanks! ;)
Reply with Quote Reply
Mar 27th 2003#97153 Report
Member since: Apr 1st 2002
Posts: 1487
[PHP]
echo "

Password:






";

$updir="DIRECTORY HERE";

copy($file, "$updir/$file_name");

echo "".$file_name."

uploaded successfully.";
?>[/PHP]Enjoy.
Reply with Quote Reply
Mar 27th 2003#97190 Report
Member since: Feb 10th 2003
Posts: 10
Thanks for the script but I have trouble using it...:(
It gave me errors. See here.
Reply with Quote Reply
Mar 27th 2003#97200 Report
Member since: Apr 1st 2002
Posts: 1487
Yea, stupid register_globals is turned off, try and get your host to turn them on, otherwise wait until tomorrow when I can figure out how to get it working with them turned off, I'm way too tired now to try.
Reply with Quote Reply
Mar 30th 2003#97630 Report
Member since: Jan 26th 2003
Posts: 7
http://www.baboo.com.br/absolutenm/anmviewer.asp?a=3590&z=24

It's in portuguese, but just look at the codes until I can translate it 4ya'.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum