|
|
Q1154 How can I set the value of a fileupload form field?
irt.org | Knowledge Base | JavaScript | Form 3.3 | Q1154 [ previous next ] Q1154 How can I set the value of a fileupload form field?Because of security implications (scripts setting the value, and then attempting to retrieve files of your computer) the value of the fileupload form field is read only. Therefore you cannot set, or reset the value. In Netscape Navigator 2 the value is always empty, even after the user has selected a file for upload. In Netscape Navigator 4 it is possible to set the value after asking for extra privileges:
Feedback on 'Q1154 How can I set the value of a fileupload form field?' |
-- div -->
|