Move upload to a seperate page #1
1 changed files with 12 additions and 12 deletions
|
@ -67,24 +67,24 @@
|
|||
</small>
|
||||
</center>
|
||||
<hr class="thin">
|
||||
<form method="POST" enctype="multipart/form-data">
|
||||
<label for="desc">Image description:</label>
|
||||
<input type="text" name="desc" id="desc" placeholder="description" autocomplete="off" maxlength="{{ desc_len }}" />
|
||||
<form method="POST" enctype="multipart/form-data">
|
||||
<label for="desc">Image description:</label>
|
||||
<input type="text" name="desc" id="desc" placeholder="description" autocomplete="off" maxlength="{{ desc_len }}" />
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<label for="key">Access key:</label>
|
||||
<input type="password" name="key" id="key" placeholder="key" maxlength="{{ key_len }}" required />
|
||||
<label for="key">Access key:</label>
|
||||
<input type="password" name="key" id="key" placeholder="key" maxlength="{{ key_len }}" required />
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<label for="image">Image:</label>
|
||||
<input type="file" accept="image/*" name="image" id="image" placeholder="the image" required />
|
||||
<label for="image">Image:</label>
|
||||
<input type="file" accept="image/*" name="image" id="image" placeholder="the image" required />
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<button type="post">Post</button>
|
||||
</form>
|
||||
<button type="post">Post</button>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue