Unable to write to folder:~/UploaderTemp.

  •  12-04-2009, 12:19 AM

    Unable to write to folder:~/UploaderTemp.

    Hi guys!
     
    I received this error after uploading the application to our webserver, its working fine on my local machine
     

    Unable to write to folder:~/UploaderTemp.  Please change the permissions of this folder or specify a temporary folder using TempDirectory property or setting temporary file location in web.config.

    what supposed to be the problem? any solution? I already tried the soulution like :
     
    <appSettings>
        <add key="CuteWebUI.AjaxUploader.TempDirectory" value="~/UploaderTemp"/>
      </appSettings> 
     
    <CuteWebUI:UploadAttachments ID="UploadAttachments1" AutoUseSystemTempFolder="false" TempDirectory="~/UploaderTemp" runat="server">
                </CuteWebUI:UploadAttachments> 
     
    Please provide solution i badly need this
     
    Thanks,
     
    Wilfred
View Complete Thread