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

Notification

Icon
Error

Options
Go to last post Go to first unread
info@bjb.at  
#1 Posted : Sunday, November 21, 2010 8:08:01 AM(UTC)
info@bjb.at

Rank: Member

Groups: Member
Joined: 8/13/2008(UTC)
Posts: 14

Hi,

I am updating from IU 6 to IU 7 and searching for setUncheckUploadedFiles() to set it to "False"

The code working in IU 6 is:

Code:
imageUploader.setUncheckUploadedFiles("False");


any ideas? :)

Best regards

Bernd

Edited by moderator Saturday, April 30, 2011 8:26:44 AM(UTC)  | Reason: Not specified

info@bjb.at  
#2 Posted : Sunday, November 21, 2010 12:36:42 PM(UTC)
info@bjb.at

Rank: Member

Groups: Member
Joined: 8/13/2008(UTC)
Posts: 14

I figured out that it would work like this:

Code:
function do_some_ajax()
{
    //upload, but stay on page
    imageUploader.uploadPane().saveUploadList(1)
    imageUploader.upload()
}

function afterUploadHandler()
{
    // event fired after Upload 
    imageUploader.uploadPane().loadUploadList(1);
}


my question: is this possible with an IU Express license?

Best regards

Bernd

Edited by moderator Saturday, April 30, 2011 8:27:21 AM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#3 Posted : Monday, November 22, 2010 2:33:29 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Bernd,

Unfortunately, the UncheckUploadedFiles is eliminated in Image Uploader 7. Image Uploader removes files from the upload list after they are successfully uploaded, by default.

As for your question. Yes, it is possible to implement this method with Image Uploader Express license.

If you have any additional questions or problems, please feel free to let me know.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
info@bjb.at  
#4 Posted : Monday, March 21, 2011 8:49:32 AM(UTC)
info@bjb.at

Rank: Member

Groups: Member
Joined: 8/13/2008(UTC)
Posts: 14

Hi,

I implented this now on my productive server and get the error message:

"Load/save upload list functionalkty is not allowed due to licensing restrictions"

so it is not possible to use that feature with an express license?

greetings

Bernd
info@bjb.at  
#5 Posted : Monday, March 21, 2011 9:04:25 AM(UTC)
info@bjb.at

Rank: Member

Groups: Member
Joined: 8/13/2008(UTC)
Posts: 14

which license would i need?
Dmitry.Obukhov  
#6 Posted : Tuesday, March 22, 2011 4:01:15 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Bernd,

Sorry I had a mistake. You need any version except Express to implement this functionality. Please read here: Image Uploader 7 Editions Comparison Chart
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Users browsing this topic
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.