|
|
Rank: Newbie Groups: Member
Joined: 7/23/2008 Posts: 2 Points: 6
|
Hi!!
We are currently running Image Uploader version 4.0.33 and want to upgrade it to 4.7.16.
Can I just simply replaced the ImageUploader4.cab and ImageUploader2.jar on the server or this is not recommended?
Thank you in advance.
Allan
|
|
Rank: Advanced Member Groups: Member
Joined: 9/19/2006 Posts: 352 Points: 177
|
Hi Allan, You need to update ImageUploader4.cab, ImageUploader2.jar and iuembed.js files, you can get it from ImageUploader SDK. Also you need to change the control version on your page: Code:
var iu = new ImageUploaderWriter("ImageUploader", 650, 400);
...
iu.activeXControlVersion = "4,7,16,0";
iu.javaAppletVersion = "2.7.16.0";
...
iu.writeHtml();
Best regards, Eugene Kosmin. Aurigma Development Team
|
|
Rank: Newbie Groups: Member
Joined: 7/23/2008 Posts: 2 Points: 6
|
Thank you for the quick reply Eugene! :)
I checked the version for ImageUploader4.cab that comes with the SDK, it is at version 4.7.16.0.
By updating, you mean replacing the existing ImageUploader4.cab, ImageUploader2.jar, and iuembed.js with the ones that come with the SDK, correct?
|
|
Rank: Advanced Member Groups: Member
Joined: 9/19/2006 Posts: 352 Points: 177
|
irmsystem08 wrote:By updating, you mean replacing the existing ImageUploader4.cab, ImageUploader2.jar, and iuembed.js with the ones that come with the SDK, correct?
That’s right, I meant replacing.
Best regards, Eugene Kosmin. Aurigma Development Team
|
|
|
Guest |