6 lines
336 B
Text
Executable file
6 lines
336 B
Text
Executable file
<p style="margin-top:100px;"><a href="/new">Shorten URL</a> -- Upload File</p>
|
|
<form method="POST" action="/upload" enctype="multipart/form-data">
|
|
<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>
|