Skip to content

一个基于七牛云存储 NodeJS SDK 和 jQuery-File-Upload 开发的 Ajax 上传示例程序

Notifications You must be signed in to change notification settings

qiniudemo/nodejs-ajax-upload-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

一个基于 七牛云存储 NodeJS SDK 开发的 Ajax 上传(jQuery-File-Upload)示例程序。

运行环境依赖

安装和运行程序

  1. 安装依赖库

    npm install express qiniu

  2. 获取示例程序源代码:

    git clone git://github.com/qiniu/nodejs-ajax-upload-example.git

或者直接下载源码包:https://github.com/qiniu/nodejs-ajax-upload-example/tags

  1. 编辑 nodejs-ajax-upload-example/app/server.js 文件, 修改其中配置项 qiniu.conf.ACCESS_KEYqiniu.conf.SECRET_KEY 的值。参考 应用接入:获取Access Key 和 Secret Key

  2. nodejs-ajax-upload-example/app 目录下运行命令:node server.js

  3. 用浏览器打开 nodejs-ajax-upload-example/public/index.html 进行体验

说明

  1. WEB 上传所用的开源组件参见:jQuery-File-Upload

资源

About

一个基于七牛云存储 NodeJS SDK 和 jQuery-File-Upload 开发的 Ajax 上传示例程序

Resources

Stars

Watchers

Forks

Packages

No packages published