Skip to content

Instantly share code, notes, and snippets.

@zhangcheng
Created June 30, 2012 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhangcheng/3022997 to your computer and use it in GitHub Desktop.
Save zhangcheng/3022997 to your computer and use it in GitHub Desktop.
<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