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

Notification

Icon
Error

Options
Go to last post Go to first unread
deniz  
#1 Posted : Wednesday, May 10, 2006 10:59:18 PM(UTC)
deniz

Rank: Member

Groups: Member
Joined: 5/9/2006(UTC)
Posts: 2

Hi

I need to use ImageUploader on Mac so have to use the Java version. Right?

On the client I need to get the list of selected files for upload using javascript. In the activeX version there is a collection/array which gives this list. Is there something similar for Java v.? or do you plan to do it in the next versions? have you any beta with this feature?

Thanks

Fedor  
#2 Posted : Thursday, May 11, 2006 7:50:00 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Image Uploader 2.0 for Java which will be available in the end of May 2006 will support plain API for accessing to list of files. Here is short code snippet for new API:

Code:
var uploadFileCount  = imageUploader.getUploadFileCount();
var fileNameIndexHash = new Object();			
for (var i = 1; i <= uploadFileCount; i++){
	alert(imageUploader.getUploadFileName(i));
}

Edited by user Monday, February 18, 2008 4:20:37 PM(UTC)  | Reason: Not specified

Best regards,

Fedor Skvortsov

Fedor  
#3 Posted : Thursday, May 11, 2006 7:51:12 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
I just want to add that if you are interested in Image beta testing please email us at sales@aurigma.com.

Edited by user Thursday, May 22, 2008 10:40:57 PM(UTC)  | Reason: Not specified

Best regards,

Fedor Skvortsov

deniz  
#4 Posted : Friday, May 12, 2006 2:56:23 AM(UTC)
deniz

Rank: Member

Groups: Member
Joined: 5/9/2006(UTC)
Posts: 2

Sure I want to beta test this version

I've just added your email to my msn contact list so if you can we can speak about it

I've bougth the 1.1 version in the last days

Thanks

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.