Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 swf-upload 让用户快速上传图片。我需要他们能够选择他们希望它们出现在哪些画廊中,所以我在表单中添加了额外的控件 - 但它们永远不会在 GET 或 POST 中传递给 upload.php 捕手。
我认为 'addPostParam' 是我需要设置的,但我不完全确定在哪里或如何设置,而且我找不到任何关于这个问题的明确指南。
对标签使用 PHP 样式数组名称(例如 tag[1] tag[2] 等)是否有任何问题?
Flash 还不能以简单的方式一次发送多个数据。以 RAW 数据发送图像,然后您可以为其命名。将该名称更改为名称+GET。示例:image.jpg?property=value;