Unable to upload with file Upload Control
-
Hi All, I am using Ajax Enabled Website in my Project in that I am using the FileUpload Control. in the Insertion time I am unable to Upload any document while in the case of editing I am successfully uploading any document. What is the reason for this? Please help me out How to Upload a document during the Insertion time too. is there any properties i have to set for the Script Manager or to UpdatePanel ? Reply Soon Thanks, Anand
-
Hi All, I am using Ajax Enabled Website in my Project in that I am using the FileUpload Control. in the Insertion time I am unable to Upload any document while in the case of editing I am successfully uploading any document. What is the reason for this? Please help me out How to Upload a document during the Insertion time too. is there any properties i have to set for the Script Manager or to UpdatePanel ? Reply Soon Thanks, Anand
I remember having a similar problem when using ajax and the fileupload control. I solved this by saving the fileupload path using viewstate to preserve the filename and path. That may help you...? :)
"Sex is not the answer, it's the question and the answer is yes"
-
I remember having a similar problem when using ajax and the fileupload control. I solved this by saving the fileupload path using viewstate to preserve the filename and path. That may help you...? :)
"Sex is not the answer, it's the question and the answer is yes"
upload control works in javascript when you keep your upload control in update panel then script manager ovreride the javascript function of upload control . so find ajax enable upload control in google. thanks sam
Web Developer