added print files uploader

This commit is contained in:
franknstayn
2020-03-07 21:35:12 +08:00
parent a958c158e4
commit 8685f93b29
7 changed files with 252 additions and 18 deletions

View File

@@ -59,9 +59,9 @@
</div>
</div>
<div class="form-group">
<label class="col-sm-4 control-label">Store Logo</label>
<label class="col-sm-4 control-label">Select Print Files</label>
<div class="col-sm-8">
<input type="file" data-use-id="img_store_logo" class="form-control upload_img" name="store_logo" placeholder="Store Logo" reqiured="required" />
<input type="file" data-use-id="img_store_logo" class="form-control upload_img" name="store_logo" placeholder="SVG Print Files" reqiured="required" />
<small><i style="color: red;">Size: H:300px - W:300px</i></small>
</div>
</div>