How can i set,when i upload image to another server.

  •  07-03-2012, 10:55 PM

    How can i set,when i upload image to another server.

    I have set virtual path "/WebsitesNew" point to " //192.168.138.21/home"
    I set the editor setting is :
      Editor1.SetSecurityImageGalleryPath("/WebsitesNew/");
    wher i can set username and password
     
     I get error is:
    [IOException: Login fail: Unknown user or passord。 ]    System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +10546213    System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption) +2134    System.IO.Directory.GetDirectories(String path, String searchPattern, SearchOption searchOption) +48    System.IO.Directory.GetDirectories(String path) +22    CuteEditor.Impl.FileSystemStorage.GetDirectoryItems(String dirpath, Boolean getcount) +83    CuteEditor.Dialogs.InsertGalleryFrame.a() +755    System.Web.UI.Control.LoadRecursive() +66    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428 

     
View Complete Thread