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

AsyncUpload Crashing When Writer Permissions Given to Temporary Folder

1 Answer 48 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 11 Sep 2014, 01:15 AM
I'm getting an error message when I go to a module that has your AsyncUpload Control in it.  I've attached a screenshot of that message.

In my layout code, I've defined the control thusly:
<telerik:RadAsyncUpload runat="server" ID="radAsyncUpload1" MultipleFileSelection="Disabled" HideFileInput="true" Localization-Select="Import"
                        OnClientFilesUploaded="clientFilesUploaded" OnFileUploaded="radAsyncUpload1_FileUploaded" TemporaryFolder="~/Logs" />
In Visual Studio 2012 it runs fine and I can see that the temporary file is being created.  But when running under IIS this error occurs.

Any ideas how to fix it?

Robert

1 Answer, 1 is accepted

Sort by
0
Robert
Top achievements
Rank 1
answered on 11 Sep 2014, 01:19 AM
Problem solved: I didn't realize I had to ALSO assign Write permissions in IIS.  I had previously only done so in Windows Explorer.
Tags
Upload (Obsolete)
Asked by
Robert
Top achievements
Rank 1
Answers by
Robert
Top achievements
Rank 1
Share this question
or