Test
This commit is contained in:
parent
237b627bf6
commit
a7bf9306d3
5 changed files with 22 additions and 17 deletions
|
@ -12,11 +12,15 @@
|
|||
|
||||
<div class="modal-body">
|
||||
|
||||
|
||||
|
||||
Choose a file to upload: <input id="imageToUpload" name="uploaded_file" type="file" />
|
||||
<input type="submit" value="Upload" />
|
||||
|
||||
<form action="../server/index.php" method="post">
|
||||
<input type="hidden" name="task" value="image" />
|
||||
<input type="hidden" name="token" value="{{ token }}" />
|
||||
<input type="hidden" name="action" value="uploadImage" />
|
||||
<input type="hidden" name="id" value="2564" />
|
||||
<input type="hidden" name="file_name" type="fichier" />
|
||||
<input name="file" type="file" />
|
||||
<input type="submit" value="Upload" />
|
||||
</form>
|
||||
|
||||
<div class="modal-footer">
|
||||
<!--<a href="#" data-dismiss="modal" class="btn btn-default">Close</a>-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue