I need to be able to let customers upload to me via my website - they will be fairly large files, anyone know the easiest way for me to set this up?
thanks in advance
thanks in advance
dubbz said:I'm not sure if it's any help, but here's some kind of uploader script, with a progress bar even, written using PHP and perl. Mega Upload. Obviously requires that your host support PHP and perl.
And a Multiple file uploader, also written in PHP.
Not that I know of. You're going to need PHP, CGI, ASP, Java, Coldfusion, or something along those lines.BakedBeans said:Is there nothing that i can download and host that will just work
Sorry about that. I guess I should have read all the code before posting.BakedBeans said:<form method=post name=upform action="/cgi-bin/some-script.cgi" enctype="multipart/form-data">
<input type=file name=uploadfile>
<p>
<input type=button name="Submit" value="Submit" onclick="LimitAttach(this.form, this.form.uploadfile.value)">
</form>
</center>
looks like i still have to have something in the cgi bin.... any idea what?
grapes911 said:Sorry about that. I guess I should have read all the code before posting.![]()
<input type="button" value="Send" onClick="postIt();">
<!-- uncomment the following to test with out the progress bar -->
<!input type="submit" value="Send">
<!--
<input type="button" value="Send" onClick="postIt();">
-->
<!-- uncomment the following to test with out the progress bar -->
<input type="submit" value="Send">
BakedBeans said:ok, its doing something better.... but still not working properly. can you tell me what im doing wrongly now?
BakedBeans said:[2005-12-07 13:04:08]: error: file has no execute permission: (/home/algodden/public_html/retouchartists.com/cgi-bin/progress.cgi)
chmod 755 /home/algodden/public_html/retouchartists.com/cgi-bin/progress.cgi
BakedBeans said:i just cant seem to get this to work... and pretty much dont understand what you just said....
becoming annoying now![]()