Dave wrote: > Hai , > > I have a problem uploading images with perl. I have HTML code within perl. When i > just link the image useing the link tag >
Servers do not use images. They store them as files, and serve them as such. The proper means for uploading a file to your perl script, within a form that calls the script in its action parameter, is the input tag with a type of file. <input name="UserImage" type=file> > <IMG SRC="search.gif" BORDER=0> Joseph -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]