A
Andy Fish
Hi,
I have an asp.net form with multiple <input type=file> elements on it.
when the form is posted, I get an array of files, but how do can I figure
out which one in the array relates to which input box on the screen?
do I have to assume that Request.Files[0] always coresponds to the first
<input type=file> element?
TIA
Andy
I have an asp.net form with multiple <input type=file> elements on it.
when the form is posted, I get an array of files, but how do can I figure
out which one in the array relates to which input box on the screen?
do I have to assume that Request.Files[0] always coresponds to the first
<input type=file> element?
TIA
Andy