uploading pictures

C

chrisp

I want guests to be able to upload pictures to my webpage and then get them
on my email. can anyone help me figure out how to do this? thank you in
advance
 
M

Mike Koewler

Chrisp,

I don't think there is a way, without using 3rd party program, for
visitors to upload images to your site. CGI Connection offers such a
program, but I'm of the opinion it could leave your site open to an
attack. However, it is easy to add a HTML code fragment in your form so
someone can send you and image (or any file) and then you can decide if
you want to add it to your site.

The code is something like this:
<input type="file" id="file_1" name="file_1" size="32"> I don't think
you need to use the id part.

Mike
 
Top