Skip to content

Instantly share code, notes, and snippets.

@anhpt379
Created July 31, 2012 03:56
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 anhpt379/3213396 to your computer and use it in GitHub Desktop.
Save anhpt379/3213396 to your computer and use it in GitHub Desktop.
<form action="http://upload2.vcmedia.vn/upload" method="post" enctype="multipart/form-data">
<input type="hidden" name="policy" value="YOUR_POLICY_DOCUMENT_BASE64_ENCODED">
<input type="hidden" name="signature" value="YOUR_CALCULATED_SIGNATURE">
File to upload to VS3:
<input name="file" type="file">
<br>
<input type="submit" value="Upload">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment