Skip to content

Commit e4c31f4

Browse files
github-actions[bot]KB Bot
and
KB Bot
authored
Added new kb article asyncupload-permission-error-troubleshooting (#536)
Co-authored-by: KB Bot <[email protected]>
1 parent 5b620de commit e4c31f4

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Resolving RadAsyncUpload does not have permission to write files in the TemporaryFolder Error
3+
description: Learn how to solve the error message "RadAsyncUpload does not have permission to write files in the TemporaryFolder" in RadAsyncUpload for ASP.NET AJAX.
4+
type: troubleshooting
5+
page_title: RadAsyncUpload Permission Error | Troubleshooting | Telerik
6+
slug: asyncupload-permission-error-troubleshooting
7+
tags: asyncupload, permission error, troubleshooting
8+
res_type: kb
9+
---
10+
11+
## Environment
12+
13+
| Property | Value |
14+
|---|---|
15+
| Product | RadAsyncUpload for ASP.NET AJAX |
16+
| Version | all |
17+
18+
## Description
19+
20+
I encountered an error message that says "RadAsyncUpload does not have permission to write files in the TemporaryFolder" while using RadAsyncUpload for ASP.NET AJAX. How to solve it?
21+
22+
## Solution
23+
24+
To resolve the "RadAsyncUpload does not have permission to write files in the TemporaryFolder" error, you can try the following solutions:
25+
26+
1. Give write permission to both the Temporary and Target folders. Right-click on the folder, go to Properties, navigate to the Security tab, click on Add, add a new user or select Everyone, and check the "Full Control" checkbox.
27+
2. Delete the file or folder named 'RadUploadTestFile' from the 'TemporaryFolder' directory.
28+
3. If you are running Telerik RadAsyncUploader inside an Azure App Service, you need to set the Temporary folder to a shared folder among all used instances. Refer to the following resources for more information:
29+
- [Microsoft Azure blog post on sharing folders in Azure](https://learn.microsoft.com/bg-bg/archive/blogs/mariok/sharing-folders-in-azure)
30+
- [Telerik forum post on using AsyncUpload with Azure and Blob Service](https://www.telerik.com/forums/any-guidelines-to-use-asyncupload-with-azure-and-blob-service)
31+
32+
## Notes
33+
34+
- Make sure to adjust the folder permissions according to your specific setup and security requirements.
35+
- Ensure that the Temporary folder is accessible and has the necessary write permissions for the RadAsyncUpload control to function properly.
36+
37+

0 commit comments

Comments
 (0)