bestprotop / jquery-multifile-plugin

Automatically exported from code.google.com/p/jquery-multifile-plugin
0 stars 0 forks source link

$_FILES is empty with Joomla #101

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

PLUGIN VERSION:jQuery Multiple File Upload Plugin v1.47
JQUERY VERSION:jquery-1.4.4.js
BROWSER(S):Firefox 3.6.12

I try to use the plugin in a Jongla 1.5 environment.

Unfortunatly I doesn't send back $_FILES.

The form works correctly without the plugin. 
<form action="index.php" method="post" name="SearchForm" 
enctype="multipart/form-data">

I replaced name="file" by name="file[]" in the <input type="file"....
and add class="multi".

Original issue reported on code.google.com by syskaw...@gmail.com on 25 Nov 2010 at 1:20

GoogleCodeExporter commented 9 years ago
Attribute name for file input must not be an array. When you post form, on the 
server-side you should use $_FILES array.

You're really think what's problem in this plugin?

Original comment by goodlady...@gmail.com on 24 Dec 2010 at 8:06

GoogleCodeExporter commented 9 years ago
The project has been dormant for over a year and many of the support requests 
have been resolved and/or are invalid. So we're going to archive them all, 
pending review.

If you're still having a problem with the plugin, please visit the project page 
and re-open the issue. We do apologize for any inconvenience this may cause, 
but please bear with us...  we'll be making improvements to the plugin and its 
documentation over the coming weeks.

Stay tuned; and thanks for your support!

The Fyneworks Team
http://twitter.com/fyneworks

Original comment by fyneworks on 26 Jan 2012 at 1:37