mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Check file is CSV when importing assets
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body bg-white">
|
||||
<p>Format: name, type, make, model, serial, os</p>
|
||||
<p>Format: CSV file with headings & data: name, type, make, model, serial, os</p>
|
||||
<form action="post.php" method="post" enctype="multipart/form-data" autocomplete="off">
|
||||
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
|
||||
|
||||
<div class="form-group">
|
||||
<input type="file" class="form-control-file" name="file">
|
||||
<input type="file" class="form-control-file" name="file" accept=".csv">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user