有趣的是,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>发布于 2011-01-25 05:40:10
我不愿建议它,但是如果flash表单是必需的,那么使用<cfinput type="image">呢?听起来像是the underlying flex support might be spotty。即使在以后的版本中也是如此。
https://stackoverflow.com/questions/4786620
复制相似问题