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?