SWFUpload 的 post 参数用法?
您好,有人可以解释一下在 SWFUpload 中如何使用 post_param 吗?我需要在提交时加载 name='batchid' 的值。这就是示例文档显示的内容
post_params : {
"post_param_name_1" : "post_param_value_1",
"post_param_name_2" : "post_param_value_2",
"post_param_name_n" : "post_param_value_n"
},
hi can someone explain how the post_param is used in SWFUpload. i need the value for name='batchid' loaded when i submit. this is what the example doc shows
post_params : {
"post_param_name_1" : "post_param_value_1",
"post_param_name_2" : "post_param_value_2",
"post_param_name_n" : "post_param_value_n"
},
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过:
如果batchid是一个变量(我猜是这样),请使用您的php定义它并将其称为普通的js var:
Have you tried:
If batchid is a variable (I'm guessing so) define it using your php and call it as a normal js var:
初始化 SWFUPLOAD 后添加 POST 变量:
Add POST variables after initialisation SWFUPLOAD: