Set Location of CuteChatSendFiles folder

Last post 10-24-2016, 9:48 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  09-14-2016, 9:52 AM 84741

    Set Location of CuteChatSendFiles folder

    Just wondering if it's possible to specify the location of the CuteChatSendFiles folder when uploading a file to the chat as I have Cute Chat software in two different projects which are connected to each other but each have their own CuteChatSendFiles folder when means you can't send files via chat at the moment. I'd like to combine both folders but doesn't seem to be a way to specify the location of the folder. I did find a way to specify the folder for downloading the file (in DownloadFile.Ashx) but can't find a way of setting the location for uploading (I looked at DialogSendFile.aspx, but couldn't see how the file is uploaded)

     

    Please let me know if it's possible.

     

    Thanks in advance,

     

    Anita 

  •  10-24-2016, 9:48 AM 85031 in reply to 84741

    Re: Set Location of CuteChatSendFiles folder

    Hi,

     

    Try use the setting below in your web.config <appSettings> section to change the send file folder location.

     

    1. <add key="CuteChat.SendFile.Directory" value=""/>  
     

    regards,

     

    Ken 

View as RSS news feed in XML