cfform中的gif图像问题

时间:2011-01-24 20:10:13

标签: coldfusion cfform

有趣的是jpg图像显示,但gif图像不会。 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>

1 个答案:

答案 0 :(得分:3)

我毫不犹豫地建议,但如果要求使用Flash表单,那么使用<cfinput type="image">呢?听起来像the underlying flex support might be spotty。即使在以后的版本中也是如此。