Created
June 30, 2012 08:44
-
-
Save zhangcheng/3022997 to your computer and use it in GitHub Desktop.
Revisions
-
zhangcheng created this gist
Jun 30, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ <div class="imageContent" title="图片内容" style="width: 840px;"> <form method="POST" action="http://v0.api.upyun.com/pic-sandbox/" enctype="multipart/form-data"> {{#with upyun}} <input name="policy" value={{policy}} type="hidden"> <input name="signature" value={{signature}} type="hidden"> <input type="file" name="file"> <input type="submit" name="upload"> {{/with}} </form> </div>