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

RadAsyncUpload

1 Answer 13 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Siddharth
Top achievements
Rank 1
Siddharth asked on 16 Aug 2013, 10:20 AM
Hi,

We have used a RadAsyncUpload in our application(dotnet 3.5 framework). The control works fine locally. When the application is hosted on IIS7, the files are selected but the status is shown unsuccessfull with red color besides.
On the click of Upload button files are not been uploaded and the textbox clears on post back.

Would you tell me what are the changes to be made in web.config file of application to use the control in server??

Regards,
Sid

1 Answer, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 21 Aug 2013, 10:19 AM
Hi Sid,

Red point can be caused by many different things. Please make sure that:
  • Your application has write permissions to the Temporary and Target folders.
  • Upload handler is registered correctly.
  • Uploaded file does not exceed the maximum allowed file size.

For additional information please look at the Troubleshoot Help section.

Regards,
Hristo Valyavicharski
Telerik
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 the blog feed now.
Tags
AsyncUpload
Asked by
Siddharth
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Share this question
or