forked from are0h/TheBadSpace
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
332 B
Plaintext
9 lines
332 B
Plaintext
2 years ago
|
<form action="{{ path('location-bulk-add') }}" method="post" enctype="multipart/form-data">
|
||
|
<label for="myfile">Upload CSV</label>
|
||
|
<br>
|
||
|
<input type="file" name="myfile" id="myfile"></div>
|
||
|
<br/>
|
||
|
<input type="hidden" name="token" value="{{ csrf_token('upload') }}"/>
|
||
|
<button type="submit">Upload Locations</button>
|
||
|
</form>
|