I have a question about my HTML form. ?

  • Thread starter Thread starter nyer2006
  • Start date Start date
N

nyer2006

Guest
I have a form set up on my website where users can upload pictures to my website. When they click on the upload button they are able to see and select the picture they want. Then they upload and submit it. The problem is. . is that when I go to my email I just get the path of the image from their hard drive. In other words I just get text and not the actual images in my email. Can anyone help me?
 
This is happening because they are not uploading the picture anywhere. Unless you are using a server side programming language to upload a file to your server and send you an email when it's done, you are not going to get anything but the path of the file on their computer.
 
Back
Top