Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 13, 2011 04:27 AM by tonivix
Member
3 Points
16 Posts
Nov 03, 2009 09:59 AM|LINK
I tried again but can't make it to work. Can you send me the working project to test ?
Thanks again for all your help.
Contributor
2428 Points
398 Posts
Nov 05, 2009 01:06 AM|LINK
Sent it by email.
Nov 06, 2009 04:55 AM|LINK
Try to add the following attributes to the <form> tag of your page: enctype="multipart/form-data" method="post"
Nov 06, 2009 12:12 PM|LINK
Great ! It works !
Thanks so much for all your help.
2 Points
1 Post
Feb 13, 2011 04:27 AM|LINK
Problem solved changing the enctype of the form tag as below: <form id="form1" enctype="multipart/form-data" runat="server">
sovitec
Member
3 Points
16 Posts
Re: AsyncFileUpload : OnUploadedComplete not firing
Nov 03, 2009 09:59 AM|LINK
I tried again but can't make it to work. Can you send me the working project to test ?
Thanks again for all your help.
obout_teo
Contributor
2428 Points
398 Posts
Re: AsyncFileUpload : OnUploadedComplete not firing
Nov 05, 2009 01:06 AM|LINK
Sent it by email.
obout_teo
Contributor
2428 Points
398 Posts
Re: AsyncFileUpload : OnUploadedComplete not firing
Nov 06, 2009 04:55 AM|LINK
Try to add the following attributes to the <form> tag of your page:
enctype="multipart/form-data" method="post"
sovitec
Member
3 Points
16 Posts
Re: AsyncFileUpload : OnUploadedComplete not firing
Nov 06, 2009 12:12 PM|LINK
Great ! It works !
Thanks so much for all your help.
tonivix
Member
2 Points
1 Post
Re: AsyncFileUpload : OnUploadedComplete not firing
Feb 13, 2011 04:27 AM|LINK
Problem solved changing the enctype of the form tag as below:
<form id="form1" enctype="multipart/form-data" runat="server">