有趣的是 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>