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

Notification

Icon
Error

Options
Go to last post Go to first unread
jeanphilippe.doyle  
#1 Posted : Sunday, July 11, 2010 10:01:44 PM(UTC)
jeanphilippe.doyle

Rank: Newbie

Groups: Member
Joined: 7/5/2010(UTC)
Posts: 6

The Java Image Uploader flicker and reload file pane thumbs each time a new file is process on the Amazon S3 feature (probably because it calls the .Send() function each time). Is there a known work around for this problem?

Is it possible to hide the applet or resize it during the upload to avoid this effect?
Dmitry.Obukhov  
#2 Posted : Monday, July 12, 2010 6:55:19 PM(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,

This is a known problem.

Our developers have confirmed it. Unfortunately there is no workaround to avoid this effect with Image Uploader 6. It will be fixed in the next major release of the product which will be releases this autumn.

Please let me know if you have any questions.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
jeanphilippe.doyle  
#3 Posted : Wednesday, July 14, 2010 12:25:40 AM(UTC)
jeanphilippe.doyle

Rank: Newbie

Groups: Member
Joined: 7/5/2010(UTC)
Posts: 6

Is it possible to hide the applet or resize it during the upload to avoid this effect?
andreym  
#4 Posted : Wednesday, July 14, 2010 5:47:32 PM(UTC)
andreym

Rank: Advanced Member

Groups: Member
Joined: 6/16/2009(UTC)
Posts: 134

Was thanked: 8 time(s) in 8 post(s)
Hi!

You could hide Image Uploader by setting visibility style property to hidden in the send() function:
Code:

// Hide Image Uploader
u.style.visibility = 'hidden';

However, I think it looks kinda strange, when it is not visible during upload. Another option, that may be helps you is to change the view mode from Thumbnails to Icons or List. Look at the sample I've attached to this post.

Edited by user Wednesday, July 14, 2010 6:08:40 PM(UTC)  | Reason: Not specified

File Attachment(s):
HideUploaderSample.zip (2,336kb) downloaded 6 time(s).
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.