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

Last post 10-09-2009, 10:15 AM by pi2. 4 replies.
Sort Posts: Previous Next
  •  10-08-2009, 8:52 AM 56223

    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


  •  10-08-2009, 9:08 AM 56225 in reply to 56223

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

    Hi,
     
    I suggest you use the last version.
     
    Otherwise this issue is hard to be fixed because we are not able to find the exact version your are using.
     
    The v3 is much compatible with v2,
     
    If you get problem while upgrating , we can help you fix new issue as soon as possible.
     
    Regards,
    Terry
  •  10-09-2009, 9:46 AM 56268 in reply to 56225

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

    cutechat:
    Hi,
     
    I suggest you use the last version.
     
    Otherwise this issue is hard to be fixed because we are not able to find the exact version your are using.
     
    The v3 is much compatible with v2,
     
    If you get problem while upgrating , we can help you fix new issue as soon as possible.
     
    Regards,
    Terry
    I'm running 3.0 and am getting this error if more than one person visits the same page at the same time, that has your control on it.
     
    Would this be solved if you could name the .txt file with a GUID instead of a hard-coded name?
  •  10-09-2009, 9:52 AM 56270 in reply to 56268

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

    Hi,
     
    Can you try the last version ?
     
    the newest is 20091006 ,
     
    We already use this file name pattern for testing : "writetest_"+Guid.NewGuid()+".txt"
     
    Regards,
    Terry
  •  10-09-2009, 10:15 AM 56277 in reply to 56270

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

    cutechat:
    Hi,
     
    Can you try the last version ?
     
    the newest is 20091006 ,
     
    We already use this file name pattern for testing : "writetest_"+Guid.NewGuid()+".txt"
     
    Regards,
    Terry
    I've put the latest on the server.
     
    Thanks.
View as RSS news feed in XML