PDA

View Full Version : How do I get users to upload images


DiamondJoe_Q.
08-03-2004, 08:03 PM
Hi
I'm making a simple business card order form where the client has to submit a picture of themselves to be placed on the business card. when the client hits submit all the information would go to an email...I would be content with just recieving the image as an attachment in the email...this is very bare bones.
si anyway, how do I go about doing that?
thanks

MattJakel
08-03-2004, 08:41 PM
You could have the file uploaded to your server using this: http://www.cnctek.com/bizdb-html/uploader.html

And then you would write a script to send an email to you with the link to the image on your server.

Hope this helps!
Matt

mlseim
08-04-2004, 04:16 AM
Joe ...

I sent you a private message ... to read it, click on "private messages" in the upper right hand corner of the screen (in the Welcome box).

The script currently saves the image in a folder on the server, but could easily be altered to email it as an attachment (or both).

Let me know if this helps you.

--Max--