Coder Social home page Coder Social logo

presleyhank / scs-ueditor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gmg137/scs-ueditor

0.0 1.0 0.0 2.69 MB

使用新浪云存储(SCS)保存 UEditor(1.4.3) 中上传的图片、视频 、附件、涂鸦、等...

License: MIT License

HTML 5.06% CSS 6.35% JavaScript 82.86% PHP 5.72%

scs-ueditor's Introduction

SCS-UEditor

使用新浪云存储(SCS)保存 UEditor 中上传的图片、视频 、附件、涂鸦、等...

(基于 UEditor-1.4.3-utf8-php)

功能特性

  • SCS 开关
  • 单图、多图上传
  • 在线管理
  • 视频上传
  • 附件上传
  • 在线附件
  • 涂鸦上传
  • 截图上传(未测试)

使用方法

###1、下载 SCS-UEeditor

完整版下载

插件版下载

###2、完整版配置

  • 解压下载后的压缩包,修改 ./SCS-UEditor/php/conf.php 文件

      $openscs = '0'; //是否启用SCS,1 为启用,0 为禁用
    
      $accessKey	= '';  //你的新浪SCS Access Key
    
      $secretKey	= '';  //你的新浪SCS Secret Key
    
      $bucket = "";   //你的 bucket 名称
    

###3、插件版配置

  • 解压下载后的压缩包,将所有文件复制到你的 ueditor/php/ 文件夹下覆盖原文件。然后修改 ueditor/php/conf.php 文件(注意:UEditor 版本应 >= 1.4.2)

      $openscs = '0'; //是否启用SCS,1 为启用,0 为禁用
    
      $accessKey	= '';  //你的新浪SCS Access Key
    
      $secretKey	= '';  //你的新浪SCS Secret Key
    
      $bucket = "";   //你的 bucket 名称
    

##截图 2014-09-06 16 18 10 2014-09-06 16 20 46 2014-09-06 16 28 36

##其它

UEditor 主页

新浪云存储主页

申请新浪云存储邀请码

scs-ueditor's People

Contributors

gmg137 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.