adding size value to the file input.... not sure if it has any effect

This commit is contained in:
Andrew Davidson 2010-10-27 21:24:41 -07:00
parent 1001d57827
commit 56b18ddd04

View file

@ -1,6 +1,6 @@
<p style="margin-top:100px;"><a href="/">Shorten URL</a> -- Upload File</p>
<form method="POST" action="/upload" enctype="multipart/form-data">
<input type="file" name="file" /><br/>
<input type="file" name="file" size="30" /><br/>
Embed as image? <input type="checkbox" name="image" /><br/>
<input type="submit" value="Upload" id="upload" />
</form>