Log in

View Full Version : Need Help whith form browse field



Mehok
11-17-2006, 10:07 AM
I have created the form I asked for the last time
and now i am struggeling with a browse filed which would be if someone wants to send me a pic using the contact form con some one give me a hand
------------
| | Browse Button
------------

and the file woudl not be uploaded but sent to my email address if the upload option is the best then i will try to use it

djr33
11-17-2006, 10:23 AM
Just create one thread and keep using it. I have no clue what other form you're talking about.

As for a browse field... it's not hard--

<input type="file" name="stuff">

However, what's very complex is getting that file.

See here, as one option, and probably the only easy one you'll have available to you--
http://www.php.net/manual/en/features.file-upload.php

BLiZZaRD
11-17-2006, 10:23 AM
Script? Link? Screen shot? something? Can't help if we can't see the problem...