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

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -