上传后强制图像宽度
执行 cffile action="upload" 后,我想检查宽度(假设它是图像)。我现在用的是CF8。
有没有内置函数可以获取图像的宽度?如果CF9中有内置功能,我想我需要知道它以便我们更新时使用。
After doing a cffile action="upload", I'd like to check the width (assuming it's a image). I'm currently using CF8.
Is there a built-in function to get the width of an image? If there's a built-in function in CF9, I guess I need to know that for when we update.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据 LiveDocs 称,CF8 中存在该功能。
http://livedocs.adobe.com /coldfusion/8/htmldocs/help.html?content=functions_h-im_32.html#5164681
Adobe 提供的示例应该可以帮助您:
According to LiveDocs, the functionality exists in CF8.
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions_h-im_32.html#5164681
The example provided by Adobe should get you going: