1
Reply

UpLoading an Image File in Ajax using HttpHandlers

Asrar Khan

Asrar Khan

Apr 29 2013 11:27 AM
2.2k
Hi,

This is Asrar Khan. I had a Update Panel, with in that update panel i had a FileUpLoad Control and trying upload a file(in AJAX). Its not getting the

image File, because FilepUpload control takes total page Post Back but here we are making Asynchronous Post Back in AJAX.

So In order to Over Come this Issue, What we have to do?

Can we do this by means of HttpHandlers. Or any Other Process is there without making the page Post Back?

Answers (1)