Skip to content

Commit

Permalink
docs(asyncupload): reference the new red dot troubleshooting article
Browse files Browse the repository at this point in the history
  • Loading branch information
Jekata committed Apr 25, 2024
1 parent 32d5eff commit 9e647c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion controls/asyncupload/troubleshooting/common-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ When running a project using Visual Studio in Administrator mode, the Drag and D
![Failing Upload](../images/asyncupload-overview_troubleshooting.png)

The file upload will fail if the **TemporaryUpload** folder is not given with enough permissions, even if the permissions of the **TargetFolder** are set properly.The default temporary upload folder is placed inside the App_data folder, so you have to give full read and write permissions to it as well:
`~/App_Data/RadUploadTemp `
`~/App_Data/RadUploadTemp `.

Find more troubleshooting tips in the dedicated [Red Dot Shown and File Not Uploaded](https://docs.telerik.com/devtools/aspnet-ajax/knowledge-base/asyncupload-red-dot-shown-file-not-uploaded-troubleshooting) knowledge base article.

## Cannot Upload Files From Google Drive on Android

Expand Down

0 comments on commit 9e647c0

Please sign in to comment.