Created
July 31, 2012 03:56
-
-
Save anhpt379/3213396 to your computer and use it in GitHub Desktop.
This file contains 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
<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