Hello,
I am trying to use Javascript to manipulate a file input box. I can successfully manipulate other input boxes via the document.formName.inputName.value variable, however, for whatever reason, file input values seems to be read-only. Is there some other way to manipulate a file input form field?
Thanks for your help.