Help- File upload using ajax
-
Hi, Please check the attachment http://www.golsinc.com/app7/AJAXEnabledWebSite.zip also i got one article at codeproject http://www.codeproject.com/KB/ajax/AJAXUpload.aspx[^]that is not working. Here i made a small application for file upload. Made a huge form and need image upload without page refresh here. i tried a lot, searched over net but finally my page is posting back on button click. If i dont use then it shows error in alert box "Object reference is not set to...." please check the application and revert me ASAP.... Thanks in Advance....
Any Movie, Software, Song, Game and many more.... Only at Developer's Solution http://www.devsol.co.nr Search Any Torrent You Want A Software for Torrent search only.... Must check it ...VAIBHAV SARAN vikysaran@gmail.com
-
Hi, Please check the attachment http://www.golsinc.com/app7/AJAXEnabledWebSite.zip also i got one article at codeproject http://www.codeproject.com/KB/ajax/AJAXUpload.aspx[^]that is not working. Here i made a small application for file upload. Made a huge form and need image upload without page refresh here. i tried a lot, searched over net but finally my page is posting back on button click. If i dont use then it shows error in alert box "Object reference is not set to...." please check the application and revert me ASAP.... Thanks in Advance....
Any Movie, Software, Song, Game and many more.... Only at Developer's Solution http://www.devsol.co.nr Search Any Torrent You Want A Software for Torrent search only.... Must check it ...VAIBHAV SARAN vikysaran@gmail.com
I think for file upload there is no means to do without postback. What you may do, is to create the file upload control within a IFrame and then postback that IFrame which will be hidden. By this way you are doing postback without posting back the whole page. Use javascript callback to see the progress of the upload...
Abhishek Sur