Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
p.shirykalova  
#1 Posted : Thursday, June 14, 2012 7:30:28 PM(UTC)
p.shirykalova

Rank: Advanced Member

Groups: Member
Joined: 7/13/2011(UTC)
Posts: 286

Thanks: 6 times
Was thanked: 31 time(s) in 31 post(s)
Upgrading to Upload Suite 8 won't take long. Here is what you should do:

  1. Download Upload Suite 8 package.

  2. Replace the scripts/binaries:

    ASP.NET

    If ActiveX/Java Uploader is embedded using the ASP.NET wrapper, all you need to update ActiveX/Java Uploader is copying new Aurigma.ImageUploader.dll to the /bin folder of your application instead of the old one.

    PHP

    To update ActiveX/Java Uploader embedded with PHP wrapper just replace the /ImageUploaderPHP folder with a new one.

    JavaScript

    If you use JavaScript wrapper, you should copy a new /Scripts folder to your application and replace your ImageUploader7.jar, ImageUploader7.cab and ImageUploader7_x64.cab with Uploader8.jar, Uploader8.cab and Uploader8_x64.cab respectively.

    Also please check your code and specify correct paths to your JAR and CAB files:

    Code:
    activeXControl: 
    {
        codeBase: '[your path]/Uploader8.cab',
        codeBase64: '[your path]/Uploader8_x64.cab'
    },
    javaControl: 
    {
        codeBase: '[your path]/Uploader8.jar'
    },

Edited by moderator Thursday, June 20, 2013 9:20:00 PM(UTC)  | Reason: Not specified

Best regards,

Pauline Shirykalova

Aurigma Technical Support

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.