doufei4923 2017-08-10 20:42
浏览 329
已采纳

Bootstrap - 提交文件输入表单?

I have this Bootstrap from model, and I do not know why the submit button does not sent the file, it sent nothing.

<form action="myPage.php" class="form-horizontal form-bordered">
    <div class="form-body">
        <div class="form-group">
            <div class="col-md-6 col-md-offset-3">
                <div class="fileinput fileinput-new" data-provides="fileinput">
                    <div class="input-group input-large">
                        <div class="form-control uneditable-input input-fixed input-medium" data-trigger="fileinput">
                            <i class="fa fa-file fileinput-exists"></i>&nbsp;
                                <span class="fileinput-filename"> </span>
                        </div>
                            <span class="input-group-addon btn default btn-file">
                            <span class="fileinput-new"> CHOOSE FILE </span>
                            <span class="fileinput-exists"> CHANGE </span>
                            <input type="file" name="..."> </span>
                            <a href="javascript:;" class="input-group-addon btn red fileinput-exists" data-dismiss="fileinput"> DELETE </a>
                        </div>
                     </div>
                 </div>
             </div>
         </div>
     <div class="form-actions">
         <div class="row">
             <div class="col-md-6 col-md-offset-3">
                 <a href="javascript:;" class="btn btn-outline grey-salsa">Cancel</a>
             </div>
          </div>
    </div>
</form>

all links are available

  • 写回答

2条回答 默认 最新

  • dongtang7347 2017-08-10 21:01
    关注

    Try this code : <form action="myPage.php" method="post" enctype="multipart/form-data">

    <div class="form-group"> <label for="exampleInputFile">CHOOSE FILE</label> <input type="file" id="exampleInputFile"> <p class="help-block">Example block-level help text here.</p> </div>

    <button type="submit" class="btn btn-default">Submit</button> </form>

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!