强大的无法上传文件?

时间:2015-05-16 05:36:29

标签: javascript node.js html5 formidable

我正在nodejs中编写一个简单的文件上传服务器,并使用string来处理文件上传。但是,永远不会触发Formidable事件。 file事件总是打印0和100.这里有什么问题?

HTML:

progress

Node.js:

<form action="/upload" enctype="multipart/form-data" method="post">
    <div class="col-lg-6 col-sm-6 col-12">
        <div class="input-group">
            <span class="input-group-btn"><span class=
            "btn btn-primary btn-file">Browse&hellip; <input type=
            "file"></span></span> <input class="form-control" id="filebox"
            name="file" readonly type="text">
        </div>
    </div><input class="btn btn-primary btn-file" type="submit" value=
    "Upload">
</form>   

0 个答案:

没有答案