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

RadUploadTestFile is created but no other temp files and no errors that I can see

1 Answer 442 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Adam
Top achievements
Rank 1
Adam asked on 30 Sep 2014, 03:42 AM
Hi,

I'm trying to figure out why my site (which works perfectly in Dev - Famous last words) won't upload files on my server.  My guess is permissions, but I don't see any error messages anywhere.

I've deleted the RadUploadTemp folder in the App_Data folder and when I run the upload, this folder is created along with the RadUploadTestFile file inside it.  I just don't get any temp files being created in here.

Where should I see errors??  I've got my asp.net site running in debug mode with custom errors turned off.  I've checked the JS console and the Windows Event Viewer, but there is nothing.

Is there anything drastic or otherwise, that I can do to show an error?

Thanks

1 Answer, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 01 Oct 2014, 01:27 PM
Hi Adam,

RadAsyncUpload creates this file to check whether the application has write permissions to the Temporary Folder.  You can disable this check by setting the EnablePermissionsCheck to "false". By default uploaded files are moved from the Temporary to the Target folder on postback.

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.

 
Tags
AsyncUpload
Asked by
Adam
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Share this question
or