|
@@ -416,7 +416,7 @@
|
|
|
<label class="input-group-btn">
|
|
<label class="input-group-btn">
|
|
|
<span class="btn btn-primary">
|
|
<span class="btn btn-primary">
|
|
|
Browse
|
|
Browse
|
|
|
- <input type="file" name="file" style="display: none;">
|
|
|
|
|
|
|
+ <input type="file" name="file" accept=".bin" style="display: none;">
|
|
|
</span>
|
|
</span>
|
|
|
</label>
|
|
</label>
|
|
|
|
|
|
|
@@ -507,7 +507,7 @@
|
|
|
<label class="input-group-btn">
|
|
<label class="input-group-btn">
|
|
|
<span class="btn btn-primary">
|
|
<span class="btn btn-primary">
|
|
|
Browse
|
|
Browse
|
|
|
- <input type="file" name="file" style="display: none;">
|
|
|
|
|
|
|
+ <input type="file" name="file" accept=".json" style="display: none;">
|
|
|
</span>
|
|
</span>
|
|
|
</label>
|
|
</label>
|
|
|
|
|
|