<!-- 2.Aspx上传按钮、截取按钮等 -->
<div id="Container">
<div id="topContainer">
<div id="swfu_container" style="width: 50px; height: 30px;">
<div>
<span id="spanButtonPlaceholder"></span>
</div>
<%-- <div id="divFileProgressContainer" style="height: 75px;">
返回信息
</div>--%>
</div>
</div>
<div id="leftContainer" style="clear: both;">
<div id="cutDiv" style="border: 1px solid red; width: 100px; height: 100px;">
</div>
</div>
<div id="rigthContainer">
<div style="width: 100px; height: 100px;">
<img id="imgok" src="" alt="imgPhoto" />
</div>
</div>
<div id="bottomContainer" style="clear: both;">
<input type="button" id="btnCut" value="截取" style="margin: 10px auto 0px auto;" />
</div>
</div>