Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

Can you please let me know what is the use of fileupload control in UpdatePanel because normally FileUpload control does not work with partial postback which is done in UpdatePanel and it requires a full postback.

So in order to make this work we use Postback trigger and i would like to know by using this will the whole page be postedback or not.

If no, then using fileupload control in UpdatePanel is useful.

If no, can u please explain how can i achieve partial postback without using Ajaxtoolkit controls.

Thanks.

Prathap.
Posted

u have to use triggers,in trigger u can assign controlID and eventname
<trigger><asp:asynprocess controlid="" eventname="" xmlns:asp="#unknown">
 
Share this answer
 
There is a new AjaxControlToolkit's Ansyc upload control: 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
Prathap Gangireddy 25-Sep-12 11:30am    
Hi All,

I am aware of other Ajax controls which can be used to resolve the issue.But my ques is different.Please read the post.
Sandeep Mewara 25-Sep-12 11:39am    
I did - You have async upload control (upload with partial rendering), but if you have issues(do not want to use it at all!) with it, there are jQuery based upload control that do not need a postback and does the upload 'partially'.

:)

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