Created
January 25, 2013 21:12
-
-
Save devopsmariocom/4637906 to your computer and use it in GitHub Desktop.
Shoe form issue
This file contains hidden or 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
<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