Skip to content

Instantly share code, notes, and snippets.

@tomellis
Created May 30, 2013 11:33
Show Gist options
  • Save tomellis/5677258 to your computer and use it in GitHub Desktop.
Save tomellis/5677258 to your computer and use it in GitHub Desktop.
<html>
<form action="https://storage101.lon3.clouddrive.com/v1/MossoCloudFS_XXXXXXX/test" method="POST" enctype="multipart/form-data">
<input type="hidden" name="redirect" value="done.html" />
<input type="hidden" name="max_file_size" value="104857600" />
<input type="hidden" name="max_file_count" value="10" />
<input type="hidden" name="expires" value="1590835786" />
<input type="hidden" name="signature" value="XXXXX" />
<input type="file" name="file1" /><br />
<input type="submit" />
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment