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

RadAsyncUpload does not upload files !! :/

4 Answers 568 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Ravear
Top achievements
Rank 1
Ravear asked on 08 Apr 2013, 05:11 PM
hi guys , hope u all doing fine , I really LOVE telerik it is amazing !! best job ever !! but I have a problem in my RadAsyncUpload :( , I have created a web application , it all works fine in my localhost , but when i upload it into my Host the RadAsyncUpload doesn't work !! it doesn't upload the file while in my localhost it uploads files and save it to the target folder and i get name and whatever i want from uploaded files !!
in the first two attached pics i showed what exactly happen and the end pic is the code .
Version : RadControls for ASP.NET AJAX Q2 2012
NOTE : I haven't use RadProgressArea or anything , what you see in the last pis is all which is the RadAsyncUpload alone .
Thank u so much for answering and helping :)

4 Answers, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 11 Apr 2013, 08:45 AM
Hi Ravear,

Could you please handle the OnClientFileUploadFailed event and send me the error message? There are no attached screenshots in you post. Check for javascript error too.

All the best,
Peter Filipov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
John
Top achievements
Rank 1
answered on 18 Jun 2014, 05:22 PM
I am having same issue RadAsyncUpload won't upload files.
This is the error I get "HTTP error code = 403"
0
John
Top achievements
Rank 1
answered on 18 Jun 2014, 05:43 PM
I also get this when page code is done.
0
Peter Filipov
Telerik team
answered on 19 Jun 2014, 09:09 AM
Hi Curtis,

There could be many reasons for that error. Could you please send me you project to test it locally. Does the error appears when you have only RadAsyncUpload on the page. Please take a look at the following help article and try to add the following configuration:
<location path="Telerik.Web.UI.WebResource.axd">  
    <system.web>      
        <authorization>
            <allow users="*" />      
        </authorization>  
    </system.web>
</location>


Regards,
Peter Filipov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
AsyncUpload
Asked by
Ravear
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
John
Top achievements
Rank 1
Share this question
or