I've tried adding the web.config setting:
I've also tried using the TemporaryFolder property in the control, and while the files are saved in the defined location, an error is still thrown if I do not give Full R/W access to the "~/App_Data/RadUploadTemp" folder. Is this a known issue or is there something I'm missing here? I'm using the 2011.1.519.40 build.
<add key="Telerik.AsyncUpload.TemporaryFolder" value="C:\TempUpload\" />I've also tried using the TemporaryFolder property in the control, and while the files are saved in the defined location, an error is still thrown if I do not give Full R/W access to the "~/App_Data/RadUploadTemp" folder. Is this a known issue or is there something I'm missing here? I'm using the 2011.1.519.40 build.