Skip to content

Instantly share code, notes, and snippets.

@devopsmariocom
Created January 25, 2013 21:12
Show Gist options
  • Save devopsmariocom/4637906 to your computer and use it in GitHub Desktop.
Save devopsmariocom/4637906 to your computer and use it in GitHub Desktop.
Shoe form issue
<script src="/bundle.js"></script>
<div id="result"></div>
<form method="post" enctype="multipart/form-data" action="http://www.anything2pdf.com//">
<input type="hidden" name="MAX_FILE_SIZE" value="100000000">
<p><strong>Select file:</strong></p>
<p><input type="file" name="document" style="width:220px"></p>
<p align="center"><input type="submit" value="Generate PDF!" id="button"></p>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment