# upyun-plupload-example **Repository Path**: goodxiaowan/upyun-plupload-example ## Basic Information - **Project Name**: upyun-plupload-example - **Description**: 又拍云 Plupload 上传插件 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-16 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **UPYUN-Plupload上传Demo** 一个基于 又拍云云存储 及Plupload 开发的上传Demo **依赖** 1、Plupload 2.1.2 2、UPYUN HTTP FORM API **安装和运行程序** 获取源代码: git clone https://github.com/cuncle/upyun-plupload-example.git 编辑 upyun.php 文件,修改那您的服务名,操作员,操作员密码。 **说明** 根据[Upload to Amazon S3](https://github.com/moxiecode/plupload/blob/master/examples/jquery/s3.php)这个东西改了一个PHP版本的,简单的结合UPYUN的[Form API](http://docs.upyun.com/api/form_api/)实现文件的上传。 plupload中文API:http://chaping.github.io/plupload/doc/ 上传文件后,可以通过UPYUN外链方式访问获取上传的文件。