Jump to content

HTML form with image upload


blink359

Recommended Posts

Hello, I am making a form for in which people will enter there name adress etc and then upload an image to the form which they will want canvassed, the form must then email every field and the picture to the recepitent. but i dont know how to do the image part. here is what i have so far

                  <form>
                    <p>Full Name:<br />
                  <input type="text" name="name" border="1"  /><br />
                  Address:<br />
                  <input type="text" name="address" border="1"  /><br />
                  County:<br />
                  <input type="text" name="county" border="1"  /><br />
                  Post Code:<br />
                  <input type="text" name="postcode" border="1"  /><br />
                  Phone Number:<br />
                  <input type="number" name="phone" border="1"  /><br />
                  Paypal Email:<br />
                  <input type="email" name="email" border="1" />
                    </p>
                    <p>Size:</p>
                    A3 Approx. 10" x 14" £21.99 <input type="radio" name="size" value="A3"/><br />                  
                    A2 Approx. 16" x 20" £25.99 <input type="radio" name="size" value="A2" /><br />                  
                    A1 Approx. 20" x 30" £29.99 <input type="radio" name="size" value="A1" /><br />
				A0 Approx. 30" x 45" £69.99 <input type="radio" name="size" value="A0" /><br />
                    <br />
                      Image:<br />
                       <br />
                      <input type="submit" />
                    </p>
                  </form>
                  <p>If you

If you can help or give me the adress of a website that has the information i need it would be much appriciated.

 

Thanks,

 

Blink359

Link to comment
https://forums.phpfreaks.com/topic/197542-html-form-with-image-upload/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.