KindEditor編輯器的圖片上傳問題

zhaohjjq發表於2013-10-08

1.改路徑:file_manager_json.ashx;

  //根目錄路徑,相對路徑
  String rootPath = "attached/";
  String rootUrl = aspxUrl + "attached/";

2.改路徑:upload_json.ashx;

 

  //檔案儲存目錄路徑
  String savePath = "attached/";

  //檔案儲存目錄URL
  String saveUrl = aspxUrl + "attached/";

 

3.改路徑:plugins/images/image.js

uploadJson = K.undef(self.uploadJson, self.basePath + 'upload_json.ashx'),

4.新增引用

 

相關文章