File Upload in asp.net
-
I am using to upload a file in a page. i am selecting some file in this object. but at every post back the content of the fileupload is gone. how to retain it. Please Help. Thanks in Advance Regards,
Prya
-
I am using to upload a file in a page. i am selecting some file in this object. but at every post back the content of the fileupload is gone. how to retain it. Please Help. Thanks in Advance Regards,
Prya
I'm reasonably sure that you can't. The file input does not allow you to pre-populate it with a value for security reasons. Which is why the value will not be kept between post backs.
-
I am using to upload a file in a page. i am selecting some file in this object. but at every post back the content of the fileupload is gone. how to retain it. Please Help. Thanks in Advance Regards,
Prya