js post怎样提交文件
js中我是这样写的$.post(‘project/updateExpFile.go’,{exp_id:1,file:fileList[0],index:"exp_name...
js中我是这样写的
$.post( ‘project/updateExpFile.go’,
{exp_id:1,file:fileList[0],index:"exp_name"},
function(result){alert语句},
'json'
);
这里的fileList是一个文件数组,fileList[0]是一个文件,typeof后为:object File
为啥这样用不行,根本就不会跳转到action去,但是我把file:fileList[0]去掉之后,跳转能正常实现,而且后台action能正常得到这些值。
这是为什么呢?难道$.post只能传诸如string,int之类的简单对象么? 展开
$.post( ‘project/updateExpFile.go’,
{exp_id:1,file:fileList[0],index:"exp_name"},
function(result){alert语句},
'json'
);
这里的fileList是一个文件数组,fileList[0]是一个文件,typeof后为:object File
为啥这样用不行,根本就不会跳转到action去,但是我把file:fileList[0]去掉之后,跳转能正常实现,而且后台action能正常得到这些值。
这是为什么呢?难道$.post只能传诸如string,int之类的简单对象么? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询