For some reason, when I try to upload a file to my web server using the
HtmlFile Control, the Request.Files is empty/null. The same code has worked
for at least a year and now it has stopped. I am getting an error "Index was
out of range" on the Request.Files[0] .

Can someone please help?

Thanks,
Dolph Larson

Re: File Upload Issue with Asp.Net by Bernard

Bernard
Tue Feb 22 21:37:58 CST 2005

Post to asp.net group, this is general coding issue.

--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/



"Dolph Larson" <DolphLarson@discussions.microsoft.com> wrote in message
news:78E250BA-8047-43F4-9674-B88BE0BA6DCE@microsoft.com...
> For some reason, when I try to upload a file to my web server using the
> HtmlFile Control, the Request.Files is empty/null. The same code has
> worked
> for at least a year and now it has stopped. I am getting an error "Index
> was
> out of range" on the Request.Files[0] .
>
> Can someone please help?
>
> Thanks,
> Dolph Larson