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

Possible to override the App_Data/RadUploadTemp?

1 Answer 177 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Paul M
Top achievements
Rank 1
Paul M asked on 14 Jan 2017, 12:26 AM
Is there any way to override the App_Data/RadUploadTemp folder?  We have come across a space issue on the C: drive where the website is hosted and would like to move the temp directory to the D: drive, if possible?  Some customers are uploading files > 1 GB.  Thanks

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 16 Jan 2017, 03:36 PM
Hi Paul,

Yes, you can configure the TemporaryFolder property of RadAsyncUpload used inside RadFileExplorer like follows:
protected void Page_Load(object sender, EventArgs e)
{
    RadFileExplorer1.AsyncUpload.TemporaryFolder = @"C:\TestUploadFolder";
}


Regards,
Vessy
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
FileExplorer
Asked by
Paul M
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or