i save the file upload object
in the session
, and then use this session
in the iframe
, it works fine for VS web server for all file small or large
Issue :( => but on IIS
it work fine for small size file, but gives error for larges files.
I THINK the reason is the file upload object dispose before completing the request so file steam in session not able to read the file.
can anyone tell me why it is not works for larges files and how can i get FileUpload object in other page