c# - How to upload an image when fileupload control is under updatepanel? -
Loading the file, when uploading an image?
I have a button "Upload" inside that update panel.
When I click on that button, by clicking on the button I got fileupload hasfile = false. Please suggest that there is a way to upload an image file when the file upload is in the load control panel and the button is asyncpostback.
Thanks in advance.
You can use AJAX asyncFileUpload control
< P> Check this thread too.
Comments
Post a Comment