Click here to Skip to main content
16,012,028 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I have updatepanel for gridview which contains fileuploader....By using updatepanel the selected content will get refresh,but fileuploader is not working...

So recover this problem,i need some other control instead of using updatepanel...
Can anyone help me...


Regards
vivek
Posted

1 solution

By using updatepanel the selected content will get refresh,but fileuploader is not working
That is a known thing. Fileupload control does not work with Update Panel.

There are two options using UpdatePanel,
1) either have a complete postback just in the case of file upload using PostbackTrigger
OR
2) use AsyncFileUpload control, look here: AsyncFileUpload Demonstration[^]


OR

Using jQuery, look at this sample and try:
Tutorials:Multiple File Upload Magic[^]
Ajax File Upload[^]
AJAX Multiple File Upload Form Using jQuery[^]
 
Share this answer
 
Comments
vivekx2 23-Jul-12 9:48am    
Thanks for your support...But i need same action control like updatepanel which accepts fileuploader....
Sandeep Mewara 23-Jul-12 14:35pm    
:doh:

Please go through my answer and links provided. You replied in full about all you need.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900