Here is a simplified version of my broken code, I hope someone can understand what is wrong.
Could you send me the full project (with all folders and without MS SQL use) that I'll be able to run locally?
Sorry, I didn't had time yet to build a working page without confidential data.
I guess the problem come from the fact that the AsyncFileUpload component is inside a FormView itself in an UpdatePanel, so it never exist at page startup, it is created on the fly.
If you guys think that it's not the problem I will try soon to make a working page showing the problem.
sovitec
Member
3 Points
16 Posts
Re: AsyncFileUpload : OnUploadedComplete not firing
Oct 23, 2009 08:09 AM|LINK
Sorry, I didn't had time yet to build a working page without confidential data.
I guess the problem come from the fact that the AsyncFileUpload component is inside a FormView itself in an UpdatePanel, so it never exist at page startup, it is created on the fly.
If you guys think that it's not the problem I will try soon to make a working page showing the problem.
Thanks again for your help !