Created
June 30, 2012 08:44
-
-
Save zhangcheng/3022997 to your computer and use it in GitHub Desktop.
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 characters
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment