使用 swf-upload 获取帖子变量
我正在使用 swf-upload 来允许用户快速上传图像。我需要他们能够选择他们希望它们出现在哪些画廊中,因此我在表单中添加了额外的控件 - 但它们永远不会通过 GET 或 POST 传递到 upload.php 捕获器。
我认为“addPostParam”是我需要设置的,但我不完全确定在哪里或如何设置,而且我找不到任何关于该问题的明确指南。
另外,使用 PHP 样式数组名称作为标记(例如 tag[1] tag[2] 等)是否存在任何问题?
I am using swf-upload to allow users to upload images quickly. I need them to be able to select which galleries they want them to appear in so I have added extra controls to the form - but they are never passed in GET or POST to the upload.php catcher.
I think 'addPostParam' is what I need to set, but am not entirely sure where or how and I can't find any guide that is clear on the issue.
Also is there any problems using PHP style array names for the tags such as tag[1] tag[2] etc?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Flash 还不能以简单的方式同时发送多个数据。以 RAW 数据发送图像,然后您可以为其命名。将该名称更改为 name+GET。示例:image.jpg?property=value;
Flash can't yet send multiple data at once in easy way. Send image in RAW data then you can give it name. Change that name to name+GET. Sample: image.jpg?property=value;