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.
我最近订阅了一个只允许 2mb 上传 php 的新主机。我想知道我可以使用像SWFupload这样的 Flash 上传器来上传超过 2mb 的文件吗?谢谢
尝试
void setFileSizeLimit(file_size_limit)
动态修改 file_size_limit 设置。这适用于所有将来排队的文件。file_size_limit 参数将接受一个单位。有效单位为 B、KB、MB 和 GB。默认单位为 KB。
示例:2147483648 B、2097152、2097152KB、2048 MB、2 GB
有用的读物
SWF上传文档