cfform 中的 gif 图像出现问题

发布于 2024-10-14 00:42:53 字数 753 浏览 3 评论 0原文

有趣的是 jpg 图像会显示,但 gif 图像不会显示。为什么?

<cfform name="theForm" action="" format="flash" skin="haloorange" height="1450" width="850"> 
   <cfformgroup type="tile" style="horizontalGap:5; verticalGap:10; horizontalAlign:center; verticalAlign:middle;">
  <cfoutput query="qryImg">
    <cfformgroup type="vdividedbox" >
       <cfformitem type="html" height="230" width="134" >
         #name#<br/>
         <img src="thumbs/#qryImg.name#"  height="92"/><br/>
         <cfinput name="del#currentRow#" type="checkbox" label="Delete #name#" width="100" align="middle">
       </cfformitem>
    </cfformgroup>
  </cfoutput>
  </cfformgroup>
</cfform>

The funny thing is the jpg images show up, but the gif images won't. whyyy???

<cfform name="theForm" action="" format="flash" skin="haloorange" height="1450" width="850"> 
   <cfformgroup type="tile" style="horizontalGap:5; verticalGap:10; horizontalAlign:center; verticalAlign:middle;">
  <cfoutput query="qryImg">
    <cfformgroup type="vdividedbox" >
       <cfformitem type="html" height="230" width="134" >
         #name#<br/>
         <img src="thumbs/#qryImg.name#"  height="92"/><br/>
         <cfinput name="del#currentRow#" type="checkbox" label="Delete #name#" width="100" align="middle">
       </cfformitem>
    </cfformgroup>
  </cfoutput>
  </cfformgroup>
</cfform>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花期渐远 2024-10-21 00:42:54

我犹豫是否建议这样做,但如果需要 Flash 表单,那么使用 怎么样?听起来底层的 Flex 支持可能不稳定 。即使在以后的版本中也是如此。

I hesitate to suggest it, but if flash forms are a requirement, what about using <cfinput type="image">? It sounds like the underlying flex support might be spotty. Even in later versions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文