I have a need to transfer up to 50 Jpeg files from a client site to our server. I have a hidden Div with the <INPUT TYPE=FILE tags which are created by a loop using JavaScript.
 
I would like to carry out  code similar to the following:-
 
sampleDiv.form1.pic1.value = picArray[0];
 
where picArray contains the address of the file. eg; "g:\test\picture1.jpg"
 
However if the INPUT is of type FILE I cannot pass the value to it.
 
Any idea how I can achieve this?
 
Thanks Max Campsell

Reply via email to