G
Guest
Hi,
I have a cutom HttpHandler to handle large file upload and it is having some
strange result.
It is working fine if I just load the upload page in Internet Explorer and
upload files.
However, there is a hyperlink on the upload page which open up another page
(on a different website) in a new IE window. If I click on the link which
open up another page and if I continue to upload file, it will fail.
The problem is GetPreloadedEntityBody is returning null. If I check the
Request.ContentLength and Request.Files.Count of the HttpContext, both are
return zero.
Can someone please kindly help me on this?
Thanks,
Alex
I have a cutom HttpHandler to handle large file upload and it is having some
strange result.
It is working fine if I just load the upload page in Internet Explorer and
upload files.
However, there is a hyperlink on the upload page which open up another page
(on a different website) in a new IE window. If I click on the link which
open up another page and if I continue to upload file, it will fail.
The problem is GetPreloadedEntityBody is returning null. If I check the
Request.ContentLength and Request.Files.Count of the HttpContext, both are
return zero.
Can someone please kindly help me on this?
Thanks,
Alex