my fileupload is not working when I use radajaxmanager, the posted filename is null.
3 Answers, 1 is accepted
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.
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.