Unable to write to folder:~/UploaderTemp.

Last post 12-04-2009, 10:45 AM by Eric. 3 replies.
Sort Posts: Previous Next
  •  12-04-2009, 12:19 AM 57591

    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
  •  12-04-2009, 12:23 AM 57593 in reply to 57591

    Re: Unable to write to folder:~/UploaderTemp.

    Wilfred,
     
    You need modify the NTFS permission of that folder , to allow IIS/ASP.NET account write it.
     
    Another solution is specify the account who can access that folder (not recommand)
     
     <add key="CuteWebUI.AjaxUploader.WindowsUsername" value="username" />
     <add key="CuteWebUI.AjaxUploader.WindowsPassword" value="password" />
     
    Regards,
    Terry
     
  •  12-04-2009, 1:43 AM 57594 in reply to 57593

    Re: Unable to write to folder:~/UploaderTemp.

    I figured out that the folder inherits the permission of the root folder,
    I changed the permission though the filemanager of our webserver.
     
    It's working properly now.  One more thing we already purchased the ajaxuploader a few days ago
    but we haven't receive any license  for single domain.
     
    email me at : [email protected]
     
    Thanks guys!
  •  12-04-2009, 10:45 AM 57605 in reply to 57594

    Re: Unable to write to folder:~/UploaderTemp.

    Dear wilfred.dugang,
     
    Did you send your domain name and your order information to [email protected]? After get those information, karen will send you the permanent license.
     
    Regards,
    Eric
View as RSS news feed in XML