Skip to content

Instantly share code, notes, and snippets.

@zhangcheng
Created June 30, 2012 08:44
Show Gist options
  • Save zhangcheng/3022997 to your computer and use it in GitHub Desktop.
Save zhangcheng/3022997 to your computer and use it in GitHub Desktop.

Revisions

  1. zhangcheng created this gist Jun 30, 2012.
    10 changes: 10 additions & 0 deletions gistfile1.txt
    Original 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>