This is a migrated thread and some comments may be shown as answers.

ASP FileUpload using RadAjaxManager

3 Answers 184 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Joselito
Top achievements
Rank 1
Joselito asked on 17 Apr 2008, 04:10 PM
my fileupload is not working when I use radajaxmanager, the posted filename is null.

3 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 17 Apr 2008, 04:17 PM
Hello Joselito,

As mentioned in quite a few other forum threads, in our documentation, online examples and in some code libraries - uploading, exporting, downloading with ajax is not supported. A normal postback is required for these operations. Please review the documentation and online example and let us know if further help is needed.

Sincerely yours,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Joselito
Top achievements
Rank 1
answered on 17 Apr 2008, 07:45 PM
based on documentation and example you need to add this enctype="multipart/form-data" in the form tag
but im using an ascx used by webpart in sharepoint so I dont have really a aspx page. What am I gonna do now.
  And I can't put the form tag inside the ascx file
0
Steve
Telerik team
answered on 18 Apr 2008, 08:16 AM
Hello Joselito,

Simply remove the file upload control from the AjaxSettings and let it work with standard postback requests.

Regards,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Joselito
Top achievements
Rank 1
Answers by
Steve
Telerik team
Joselito
Top achievements
Rank 1
Share this question
or