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.
我正在尝试使用 mobilePickPhoto 上传实时代码中的图像。我成功地完成了这个。但我想限制我的上传者上传高文件大小的图像。所以我想在上传之前获取图像文件的大小。所以我可以检查是否上传该文件。另外请让我知道是否有某种方法可以压缩图像的大小。谢谢
通常,压缩图片没有意义。PNG、JPEG 和 GIF 文件已被压缩。您可以尝试使用压缩
put compress(the text of img "My Image") into myPictureData
这会将图片数据压缩为 gzip。PHP 可以解压这个。
使用 mobilePickPhoto 后,将创建一个新的图像控件。您可以检查最后一张图片的大小
put len(the text of the last image) into mySize