Re: Input Type=file default Value

Security is indeed an issue here but nonetheless, I find myself in the
same situation. I too should be able to set the value of an input box.
Maybe I should rethink my strategy.
What I want to do is to be able to upload an HMTL file via the browser
to the (web-)server, to be the body of an email. This email should also
have the images in it so, I thought of scanning the html for <img
src=""> tags and then pulling these files from the client too...
Any ideas on how i should do such a thing properly?
Dennis

Received on Monday, 5 May 2003 03:26:33 UTC