快速开始 $ git clone git@github.com:mjhea0/node-bootstrap3-template.git your_app $ cd your_app $ npm install $ node app 桌面版 移动版 1 移动版 2
2021-07-03 18:03:48 245KB JavaScript
1
ajax上传 一个用ajax上传文件并处理progress属性的工具 中等的 支持此工具的浏览器: 浏览器 9 火狐 4 Chrome 7 野生动物园 5 歌剧12 iOS Safari 5 安卓浏览器 5 黑莓浏览器 7 歌剧手机 12 适用于 Android 31 的 Chrome 火狐安卓版 25 IE手机10
2021-06-24 21:04:23 7KB JavaScript
1
VC编写自己构造http协议数据的post上传图片类 post数据,是直接在http协议头将Content-Type设为application/x-www-form-urlencoded,这样服务器会将提交的数据,当作表单数据处理。发送的数据格式也为:userid=lilu&data=post图片类&name=天漏客。而post图片则是自己构造http协议数据,将http协议头的Content-Type设为multipart/form-data,同时还要加上 boundary=xxxxxxx(xxxxxxx表示一个字符串),后面的协议数据内容将要以这个xxxxxxx来进行分隔。 首先说一下本类的方便之处。 1、使用方便,步骤简单。 2、发送图片时,还可以构造其他数据。 3、兼容_MBCS和_UNICODE模式,并且能使用GB2312和UTF8两种编码进行发送与接收,类自动实现转换。
2021-06-23 20:00:40 45KB MFC POST Upload
1
#Sails 角度文件上传 这个应用程序是使用sails 和angular 进行文件上传的一个快速而简单的例子。 ##后端(帆) Sails 使用 Skipper 来处理它的文件上传。 Skipper 是一个快递中间件,也可以用于非帆快递项目。 它是 body-parser 或 multer 的替代品。 Skipper 也可以直接上传到 S3 或其他文件服务。 ####设置 为了接受来自 angular 的上传,我们创建了一个用于上传文件的 REST 端点(路由)。 该路由被添加到config/route.js并指向控制器中的一个动作,该动作使用船长的req.file().upload()方法来接受上传。 req . file ( 'nacho' ) . upload ( function ( err , files ) { //do something with th
2021-06-23 16:05:11 130KB JavaScript
1
angularjs的第三方编写的大文件上传插件,包括Demo和所有的angular-upload-shim-min.js相关js
2021-06-23 15:16:14 1014KB angularjs upload
1
tbx x5 php
2021-06-22 09:03:27 9.98MB androidview上传图
1
该资源利用开源upload文件包,成功实现文件上传与下载
2021-06-21 11:52:09 168KB servlet upload file download
1
文件上传动作 用法 // add action to controller public function actions() { return array( // ... 'upload' =>array( 'class' => 'ext.yiiext.actions.fileUpload.EFileUploadAction' , // The data model which contains file attribute with validation rules. 'model' => null , // The model attribute. 'attribute' => null , // The input field name. This must be resolve from model and attribute.
2021-06-20 21:03:27 6KB PHP
1
上传客户端-java 一个用 Java 编写的非常简单的 DF Studio 上传客户端的参考实现。 此客户端不适用于生产用途。 它是使用 DF Studio REST API 的演示,编写得尽可能简单,没有任何 3rd 方库依赖项。 需要 JDK 6 或更高版本。 用法 主类是 。 // This is just an interface with only two methods, feel free to implement your own String dfstudioUrl = " https://#YOURHOST#.dfstudio.com " ; String username = " #USERNAME# " ; // username String account = " #ACCOUNT# " ; // short name String passwo
2021-06-20 13:10:20 392KB Java
1
uni-app上传图片到阿里云oss示例资源,可直接发送到阿里云oss,改一下配置,无需请求后台。
2021-06-19 15:00:34 213KB uni-app 阿里云
1