KindEditor编辑器的图片上传问题

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.添加引用

 

你可能感兴趣的:(.net)