View Full Version : Looking for free UPLOAD script
qaazaa
August 6th, 2005, 09:23
Hello, i am looking for a FREE Php Upload script where someone can upload a file without even registering. then there will be a page where everyone can see all the uploaded files. its a non-registering script. and also when someone uploads they will put a description and their name and email. thanks all! :)
killaH
August 6th, 2005, 11:40
You can find such scripts at www.hotscripts.com but if I were you, I wouldn't look for a script like that. I mean, how can you prevent users from abusing it to upload illegal content, or suspicious scripts?
xd3vilx
August 6th, 2005, 11:46
Well "uploadit" is not a bad choice...
qaazaa
August 6th, 2005, 19:47
where can i get that uploadit? i can prevent it, there is a limitation of what kind of file can a user be uploaded :)
---------
found that - uploadit.org. i dont need a site, i need a script! :)
-chukie-
August 7th, 2005, 01:03
<?php
if ($send) {
move_uploaded_file($file,"path/$archivo_name");
$url = "http://www.url.com/path/$archivo_name";
echo "File uploaded blah blah";
}
else {
?>
<form method="post" action="upload.php" enctype="multipart/form-data">
<input type="file" name="file"><br>
<input name="send" type="submit">
<?php
}
?>
qaazaa
August 7th, 2005, 04:25
i also need a script where a visitor can see all the files uploaded and can download it
R4g1ng
August 7th, 2005, 06:19
I guess you would list the files in that dir. Theres one at
http://board.obidasin.com/addme/18/546/
Scroll down a bit and youll see a heading "Basic directory files and file sizes".
themoose
August 7th, 2005, 13:50
msn me.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.