PDA

View Full Version : file send via form, how?



is0lized
February 28th, 2002, 02:30
hello, i want users to be able to send me file via a form... example: an image or a small video or something like that via a form, how can i do this

Dusty
February 28th, 2002, 13:08
On the page have a form with an <input type="file"> element, then write a script in Perl or PHP or what-have-you that either saves the uploaded file to the server or emails it to you as an attachment of some sort.

There are several pre-made scripts like this, look at HotScripts or The CGI Resource Index.