Hello Team,
I am facing an issue with RadAsyncUpload when i upload a file we used to get green mark as symbol of successfully inserted int database,but now we are facing an issue, as we upload a file we getting a red symbol mark after we upload,but uploaded file is not saved and also getting red mark.Help me out from this issues ??
I am facing an issue with RadAsyncUpload when i upload a file we used to get green mark as symbol of successfully inserted int database,but now we are facing an issue, as we upload a file we getting a red symbol mark after we upload,but uploaded file is not saved and also getting red mark.Help me out from this issues ??
4 Answers, 1 is accepted
0
Hi Santosh,
Probably the size of the file you are trying to upload is larger than the maximum allowed. Please look here
http://www.telerik.com/help/aspnet-ajax/asyncupload-uploading-large-files.html
If this doesn't help try to handle OnClientFileUploadFailed or OnClientValidationFailed and see if there will be returned any error message.
Regards,
Hristo Valyavicharski
Telerik
Probably the size of the file you are trying to upload is larger than the maximum allowed. Please look here
http://www.telerik.com/help/aspnet-ajax/asyncupload-uploading-large-files.html
If this doesn't help try to handle OnClientFileUploadFailed or OnClientValidationFailed and see if there will be returned any error message.
Regards,
Hristo Valyavicharski
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.
0

Santosh
Top achievements
Rank 1
answered on 13 Oct 2014, 08:57 AM
Hi Hristo,
Thanks for your reply.we had seen your post for my issue but already all the code exists in our application.actually we had moved to our new server in this new server we are facing this issue but it works fine in old server and localhost.what shall i do to run this RadAsyncUpload in our application. is their any .dll to insert in our application.below is my screen shot were we are facing this issue.
Thanks for your reply.we had seen your post for my issue but already all the code exists in our application.actually we had moved to our new server in this new server we are facing this issue but it works fine in old server and localhost.what shall i do to run this RadAsyncUpload in our application. is their any .dll to insert in our application.below is my screen shot were we are facing this issue.
0

Santosh
Top achievements
Rank 1
answered on 13 Oct 2014, 09:00 AM
Hi,
Here is my attachment for my above reply
Here is my attachment for my above reply
0
Hi Santosh,
Please make sure that App_Data\RadUploadTemp is writable. If this doesn't help attach Fiddler Log and handle the events I suggested.
Regards,
Hristo Valyavicharski
Telerik
Please make sure that App_Data\RadUploadTemp is writable. If this doesn't help attach Fiddler Log and handle the events I suggested.
Regards,
Hristo Valyavicharski
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.