Drupal 6 version?
matt2000 - August 12, 2008 - 19:04
| Project: | Multiple Image Upload |
| Version: | 5.x-2.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Any plans for a D6 version? Any sponsorship available if my company were to undertake the update?

#1
s/my\ company/I/
Erm, no, the Drupal5 version works perfectly for us. When we want a Drupal 6 version, I'll port the module. Until then, users are more than welcome to donate time to porting the module.
#2
There seems to be a similar Flash-based tool for Drupal 6: http://drupal.org/project/image_fupload
#3
Here's my initial attempt at porting this module to D6
#4
Thanks for this Craig. I have got a working version of the module for D6 ready, but unfortunately haven't had the chance to release it (or just plain forgot). Mine is available to view, or to checkout http://svn.scratchpads.eu/svn/scratchpads/branches/drupal6/sites/all/modules/imagex/.
p.s. I like the theme on your site, what is it?
#5
Could you please release this module, am in dire need of this module....
Thanks....
#6
I tried this version and I get the following error:
java.lang.ClassFormatError: Incompatible magic value 1008813135 in class file Mainat java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception: java.lang.ClassFormatError: Incompatible magic value 1008813135 in class file Main
#7
Worked out the problem ... sort of!
There was a problem with
archive="'.url(base_path().drupal_get_path('module','imagex').'/postlet/postlet.jar', array('absolute' => TRUE)).'"in the module file.
when I hard coded the URL it worked fine. Drupal is in a subdirectory off root in my install, so that may be the problem.
#8
I don't think it needs the base_path() function. I shall have a look at this for you.
#9
Yes,
archive="'.url(drupal_get_path('module','imagex').'/postlet/postlet.jar', array('absolute' => TRUE)).'"works fine. Thanks.
#10
Any news on the release of a 6.x-1.x-dev (or 6.x-2.x-dev if you are keeping in line with the 5 version) branch?
#11
This would be nice for DR6. Please release this!
#12
#13
Automatically closed -- issue fixed for 2 weeks with no activity.