为什么jquery多上传插件无法上传?
我正在使用位于以下位置的多重上传插件:http://www.fyneworks。 com/jquery/multiple-file-upload/
这就是我正在做的:
这些步骤将重现问题:
创建一个文件输入字段,添加“multi-upload”作为类和“images[” ]' 作为名称
使用输入字段选择图像并重定向到 upload.php通过表单字段上的操作参数进行页面
我尝试在上传时回显图像数组.php 页面使用 echo $_FILES['images[0]']['size'];但没有出现任何内容,因此图像永远不会上传。
- 我从输入字段中删除“多重上传”类,它可以正常工作,并且使用我在 #3 中提到的回显,回显上传图像的大小。
我使用什么版本的插件/jQuery? 使用 v.1.4.6
JQUERY 版本:我在什么浏览器或操作系统上 ? 浏览器:windows xp、windows vista
请提供可以观察问题的链接: 网址:http://www. idea-palette.com/port/vacation_showcase/admin/mailinglist/index.php?action=create-mail
I am using the multi-upload plugin found at: http://www.fyneworks.com/jquery/multiple-file-upload/
This is what I am doing:
These steps will reproduce the problem:
Create a file input field, add 'multi-upload' as the class and 'images[]' as the name
Use the input field to select an image and redirect to upload.php page via the action parameter on the form field
I tried to echo out the images array on the upload.php page using echo $_FILES['images[0]']['size']; but nothing appears so the image(s) never uploads.
If I remove the 'multi-upload' class from the input field, it works fine and using the echo i mentioned in #3, echoes out the size of the uploaded image.
What version of the plugin/jQuery am I using?
JQUERY VERSION: I am using v.1.4.6
On what browser(s) or operating system?
BROWSER(S): windows xp, windows vista
Please provide a link to where the problem can be observed:
URL: http://www.idea-palette.com/port/vacation_showcase/admin/mailinglist/index.php?action=create-mail
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能不是您正在寻找的答案,只是一个建议。
我建议您使用其他上传插件来代替这个。
我自己用过这个,我真的很喜欢它。它易于使用,几乎不需要任何代码即可实现。
上传
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