The task is just simple...
<input type=file name="fileIn">
...
document.all['fileIn'].value = "anyfilenamegeneratedbyscript";
The problem is also simple ... value property is read-only.
How to upload such file?
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |