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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top