testup.html
673 Bytes
<include file="public/layout" />
<body style="background-color: #FFF; overflow: auto;">
<form action="{:U('Marketing/ajaxtestup')}" method="post" class="form-horizontal">
<div class="form-group">
<label class="col-lg-2 col-sm-2 control-label">上传图片</label>
<div class="col-lg-4">
<input type="file" accept="image/*" name="photo">
</div>
</div>
<div class="form-group">
<div class="col-lg-offset-2 col-lg-4">
<button type="submit" name="submit" class="btn btn-default">确定</button>
</div>
</div>
</form>
</body>
</body>
</html>