2

我正在使用位于以下位置的多重上传插件:http ://www.fyneworks.com/jquery/multiple-file-upload/

这就是我正在做的事情:

这些步骤将重现该问题:

  1. 创建一个文件输入字段,添加'multi-upload'作为类和'images[]'作为名称

  2. 使用输入字段选择图像并通过表单字段上的操作参数重定向到upload.php页面

  3. 我尝试使用 echo $_FILES['images[0]']['size']; 在 upload.php 页面上回显图像数组;但什么都没有出现,所以图像永远不会上传。

  4. 如果我从输入字段中删除“多上传”类,它可以正常工作并使用我在#3 中提到的回显,回显上传图像的大小。

我使用的是什么版本的插件/jQuery?JQUERY 版本:我使用的是 v.1.4.6

在什么浏览器或操作系统上?浏览器(S): windows xp, windows vista

请提供可以观察到问题的链接: URL:http ://www.idea-palette.com/port/vacation_showcase/admin/mailinglist/index.php?action=create-mail

4

1 回答 1

2

This may not be the answer you are looking for, just a suggestion.

I would give you an suggestion to use an other upload plugin instead of this.

I've used this myself and I really like it. It's easy to use and requires almost no code to implement.

Uploadify

于 2009-11-17T07:34:41.337 回答