Web Hosting Talk







View Full Version : need help with a feedback form with a file upload field


sturmdogg
11-23-2002, 10:10 AM
hey guys,

i need to find a script which allows a feedback form to also allow the user to upload a file to the server. I googled around for an hour or so but all i saw was a lot of dedicated file upload scripts...can anyone help? thanks in advance!

Schumie
11-23-2002, 12:26 PM
What language.

PHP - Really easy to do, and should be able to write one in 5 mins.

Basically... you have to set content type in the form, then taking a look at http://www.php.net/manual/en/features.file-upload.php should give you what you need.

Perl - Bit more complex, but i already have the sub written for it, if you want it, drop me an email and i'll dig it out for ya.