Forum Moderators: travelin cat

Message Too Old, No Replies

Upload Image

Script for user to upload file in webpage

         

Scarchus

12:16 am on May 4, 2003 (gmt 0)



Hi,

I am working on an e-greeting card, in which a user can upload a picture from his desktop and send it as a greeting card. It works well on Windows, but I haven't been able to script the uploading of the image for Macintosh. Can anyone help please?

Yidaki

3:33 pm on May 4, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Don't know your exact problem but you should include the form encoding type within your form tag to make things easier:

<form
name="Upload_Form"
action="/upload.cgi"
method="POST"
enctype="multipart/form-data">

Maybe this helps.