jquery uploadify额外传递到后台参数
我用的是jquery的uploadify控件上传文件,但是我需要额外传递一些参数,比如flag,或者是id。不知道如何设置。如下$(function(){$('#uplo...
我用的是jquery的uploadify控件上传文件,但是我需要额外传递一些参数,比如flag,或者是id。不知道如何设置。如下
$(function() {
$('#uploadify').uploadify({
'buttonImage' : '<%=request.getContextPath() %>/uploadify/browse-btn01.png',
// 'fileSizeLimit' : '5MB',
'fileTypeExts' : '*.doc',
'fileObjName' : 'uploadify',
'height' : 25,
'auto' : true,
'scriptData' : {'typeFlag':$('#templeteType').val()},
'removeCompleted':false,
'method' : 'get',
'swf' : '<%=request.getContextPath() %>/uploadify/uploadify.swf',
'script' : '<%=request.getContextPath()%>/templete/uploadify.action',
'onSelect' : function(event,queueId,file){
})
},
'onUploadSuccess' : function(file, data, response) {
}
});
});
我在页面加在后初始化一下,先帮我看看我调用后台的action写法是否有错误。还有就是我想传递到后台的参数,应该如何写?是写在onselect事件中,还是怎么写。
jsp中是这样的:
<input type="file" name="uploadify" id="uploadify" style="height: 10px;width: 100%" />
在线等大神。采纳了继续加分,20一加。
复制粘贴过来就算了。 展开
$(function() {
$('#uploadify').uploadify({
'buttonImage' : '<%=request.getContextPath() %>/uploadify/browse-btn01.png',
// 'fileSizeLimit' : '5MB',
'fileTypeExts' : '*.doc',
'fileObjName' : 'uploadify',
'height' : 25,
'auto' : true,
'scriptData' : {'typeFlag':$('#templeteType').val()},
'removeCompleted':false,
'method' : 'get',
'swf' : '<%=request.getContextPath() %>/uploadify/uploadify.swf',
'script' : '<%=request.getContextPath()%>/templete/uploadify.action',
'onSelect' : function(event,queueId,file){
})
},
'onUploadSuccess' : function(file, data, response) {
}
});
});
我在页面加在后初始化一下,先帮我看看我调用后台的action写法是否有错误。还有就是我想传递到后台的参数,应该如何写?是写在onselect事件中,还是怎么写。
jsp中是这样的:
<input type="file" name="uploadify" id="uploadify" style="height: 10px;width: 100%" />
在线等大神。采纳了继续加分,20一加。
复制粘贴过来就算了。 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询