With most browsers, you cannot autopopulate a file upload field on a form. The reason for this is security. If such a thing was allowed, malicious web sites could have hidden frames that uploaded sensitive files.

For the browsers that do allow it, they will prompt and warn the user when submit is called.


--
James Mitchell
678.910.8017




On Nov 23, 2006, at 5:29 AM, Morten Andersen wrote:

I want to upload a file as a part of a form. This requires that the enctype of the form is set to: multipart/form-data.

When that is set like that the autopopulate thing doesn't work.

How can I make sure that the properties are autopopulated even though I use enctype="multipart/form-data".


Thanks

Morten Andersen
www.blobcom.com
Denmark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to