Html文件标记不起作用

时间:2013-08-22 07:46:33

标签: html html5 image-processing

我有上传多张图片的功能。当我上传单个图像时,但是当我尝试上传多个图像时,表单在特定页面上没有正确提交。

这是我的代码

<form action = "showNew" method="post" enctype="multipart/form-data">
         <input type="file" id="firstImage1" name="firstImage" required="" multiple="true"  style="height: 30px;"/>
    </form>

此代码适用于我的本地计算机,但它在服务器上出现此问题。有什么帮助吗?

0 个答案:

没有答案