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

Problem with .tmp file in AsyncUpload

1 Answer 71 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Tri Nguyen
Top achievements
Rank 1
Tri Nguyen asked on 15 Feb 2018, 10:50 PM

Hello,

I am using version 2017.3.913.40. The code segment to save a file, using the AsyncUpload control, works only the first time. If I upload a different file, I would the get an error message, see attachment, that it tried to look for a file with extension .tmp. I put the following lines in the Web.config, based on a suggestion on a thread I found. But it doesn't seem to fix the problem. Could you help?

<add key="Telerik.AsyncUpload.TemporaryFolder" value="~/RadUploadTemp" />
<location path="RadUploadTemp">
    <system.web>
      <authorization>
        <deny users="*" />
      </authorization>
    </system.web>
  </location>


 

 

1 Answer, 1 is accepted

Sort by
0
Tri Nguyen
Top achievements
Rank 1
answered on 23 Feb 2018, 04:32 PM
Hopefully, someone would have some insight how to solve this problem.
Tags
AsyncUpload
Asked by
Tri Nguyen
Top achievements
Rank 1
Answers by
Tri Nguyen
Top achievements
Rank 1
Share this question
or