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

Notification

Icon
Error

Options
Go to last post Go to first unread
cheekyadmin  
#1 Posted : Wednesday, October 13, 2010 2:31:20 AM(UTC)
cheekyadmin

Rank: Member

Groups: Member
Joined: 9/27/2010(UTC)
Posts: 23

Thanks: 1 times
Hi

I have noticed that on users with XP and little memory (<1GB) that the "Preparing Data" process where it generates and displays thumbnails of each image being uploaded takes extremely long and uses lots of memory.

Is there anyway to bypass this so that it processes the upload without generating all of those previews?

Thanks
Dmitry.Obukhov  
#2 Posted : Wednesday, October 13, 2010 5:08:21 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 Paul,

Thanks for posting your question.

You can set the value of ProgressDialogPreviewThumbnailSize property to 0:
Code:
 iu.addParam("ProgressDialogPreviewThumbnailSize", "0");

This property specifies the size of thumbnail in progress dialog. If the value is set to “0”, there will not be previews in the progress dialog.

If you have any additional questions or problems, please feel free to let me know.

Edited by user Thursday, October 14, 2010 9:04:03 AM(UTC)  | Reason: Not specified

Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
cheekyadmin  
#3 Posted : Thursday, October 14, 2010 2:55:10 AM(UTC)
cheekyadmin

Rank: Member

Groups: Member
Joined: 9/27/2010(UTC)
Posts: 23

Thanks: 1 times
Great - thanks DMitry!
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.