提问人:Jake Plaras 提问时间:12/6/2011 最后编辑:macJake Plaras 更新时间:12/7/2011 访问量:218
HTML 表单上传文件
HTML form uploading file
问:
我一直在开发一个允许用户将文件上传到服务器的应用程序。直到最近,我才有了工作表格,突然它们停止了工作。
所有不再起作用的表单都是具有 .但是其他没有这种形式可以完美地工作。我检查了拼写,我检查了所有内容。enctype='multipart/form-data'
它生成未定义的索引,这让我很恼火,因为它以前工作过。我该如何解决这个问题?
<form method="post" enctype="multipart/form-data" action="uploadfile.php">
<input type="file" name="memofile"><br>
<input type="submit" name="submit" value="Test">
</form>
答: 暂无答案
上一个:未定义索引:图像
评论