adding size value to the file input.... not sure if it has any effect
This commit is contained in:
parent
1001d57827
commit
56b18ddd04
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue