getting the "Unable to Write to folder: ~/uploaderTemp" error message

  •  10-08-2009, 8:52 AM

    getting the "Unable to Write to folder: ~/uploaderTemp" error message

    For some reason one of our developers is getting the "Unable to Write to folder: ~/uploaderTemp" error message.
    At first I thought it had something to do with the fact that his computer Didn't have an UploaderTemp folder and that the control was not able to create it for some reason.
    I then tried creating the folder manually to see if that was the case but the error remained.
    Another thing we tried was changing 
    <add key="CuteWebUI.AjaxUploader.TempDirectory" value="~/UploaderTemp"/> 
    to 
    <add key="CuteWebUI.AjaxUploader.TempDirectory" value="~/NewAJAXTemp"/>
    and changing the temp directory in that way.
    but when we tried to access the page with the control again
    we received the "Unable to Write to folder: ~/uploaderTemp" again
    instead of a"Unable to Write to folder: ~/NewAJAXTemp" error message
    the webconfig file has taken effect but the specified temp directory was not being respected by the control even though the control has UseAutoTempDirectory set to false

    So now we have 2 problems. Why wont the controls respect the temp directory entry in the Webconfig file? and how can a developer with identical access privileges have a "Unable to Write to folder: ~/uploaderTemp" error message

    We are using the 2.0.0.0 version of the dll because when we tried upgrading several things broke so we wanted to wait for a more in depth version of the documentation before upgrading


View Complete Thread