Closed (fixed)
Project:
Aurigma Mass Uploader for CCK
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2009 at 23:21 UTC
Updated:
10 Aug 2009 at 05:50 UTC
I tried using the image uploader version 6 and it doesn't seem to work. Would it be possible to support it?
Thanks
Comments
Comment #1
awolfey commentedI will take a look and see. I've mostly been working on the jifupload module for this use.
Comment #2
awolfey commentedHi this is a simple fix. I will get a fix committed soon.
In the mean time you can chage line 185 in aurigma.module to
iu.javaAppletJarFileName = "ImageUploader6.jar";
from
iu.javaAppletJarFileName = "ImageUploader5.jar";
Be sure to use the new .jar, .cab and iuembed.js.
Comment #3
awolfey commentedOK, please try the 6.x-2.0 release.
Comment #4
jnpWebDeveloper-1 commentedThanks mate. That's great, it did the job!