Insert a dialog box so users can upload a photo

W

wyatt

I am trying to insert a dialog box (or whatever) allowing users to upload a
photo onto the website I'm building in Publisher 2003. Can anyone help me
with this?
 
D

Don Schmidt

how about giving them an email address to send their attached zipped files
to?
This way you would have the opportunity to scan for viruses and acceptable
content.
To offer them a way to just upload files to your website would be very risky
and would require you or them to have a ftp (file transfer program).
 
M

Mike Koewler

Wyatt,

You probably need something like a guest book which would require a
Database and likely php. That is, unless you mean something like
allowing visitors to select an image from their computer and send it to
you via your website.

In that case, you use a form (multipart/form-data or urlencoded) and
something like <input type="file" id="file_4" name="Upload" size="32"
value="Select Your file">.

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