Jquery.ocupload 一键上传技术方法参数详解(中文翻译)(一键上传新手入门)

本文档介绍了Jquery.ocupload插件的一键上传功能,包括name、enctype、action等关键参数的详细解释和中文翻译。通过示例代码展示了如何配置文件上传,以及onSubmit、onComplete和onSelect等事件处理函数的用法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

http://code.google.com/p/ocupload/ Jquery.ocupload 一键上传官网重点内容
官方文档案例
Example
var myUpload = $(element).upload({
name: ‘file’,
action: ”,
enctype: ‘multipart/form-data’,
params: {},
autoSubmit: true,
onSubmit: function() {},
onComplete: function() {},
onSelect: function() {}
})

Jquery.ocupload 一键上传技术方法参数(name,enctype,action,autoSubmit,params,onSubmit,onComplete,onSelect方法参数详解,带中文翻译)
Options
Both of the functions accept an optional options object, which can contain any or all of the following (default value):
//文件上传的名字,默认值是file
* name: (“file”) The name of the file input form element.
//文件提交的方式,默认值是multipart/form-data
* enctype: (“multipart/form-data”) The enctype attribute of the form, it is usually a good idea to leave this as default.
//文件上传的action,配置路径
* action: (null) The form action attribute, the page that will do the processing on the server side.
//文件输入框发生变化时,自动提交,默认开启自动提交,可在onSelect方法中设置autoSubmit=false
* autoSubmit: (true) If true the form will be submitted after the user selects a file (after the file browser closes).
//文件上传时的额外参数
* params: ({}) Additional paramaters to be sent with the file, creates a hidden form element using the key as the name of the form and the value as the value.
//提交时触发的事件
* onSubmit: (null) The callback function called before submitting the form.
//文件上传后触发的事件
* onComplete: (null) The callback function called after the action page loads.
//选中文件时触发的事件
* onSelect: (null) The callback function called after the user has selected a file.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值