User2103319870 posted
JAYHAWKER
I can use the asp.net fileUpload control to upload files.
If you are uploading files with FileUpload Inside Ajax UpdatePanel, Upload fails because few controls doesn't work with Ajax Partial postbacks.
Use the asyncfileupload extender from the Ajax
control toolkit instead of asp FileUpload control which will work with updatepanel also.