Add delete files and dockerize application
This commit is contained in:
@@ -6,7 +6,11 @@
|
||||
<input id="file-input" type="file" id="file" name="file" required />
|
||||
<div>
|
||||
<label class="text-white" for="protected">Protected:</label>
|
||||
<input id="protected-input" type="checkbox" id="protected" name="protected" />
|
||||
<input type="checkbox" id="protected" name="protected" />
|
||||
</div>
|
||||
<div>
|
||||
<label class="text-white" for="unique_name">Unique name:</label>
|
||||
<input type="checkbox" id="unique_name" name="unique_name" />
|
||||
</div>
|
||||
<button class="p-2 text-gray-900 bg-yellow-500 rounded-sm shadow hover:bg-yellow-600" type="submit">Upload</button>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user