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

Notification

Icon
Error

Options
Go to last post Go to first unread
newvisionjeff  
#1 Posted : Sunday, January 7, 2007 8:43:55 AM(UTC)
newvisionjeff

Rank: Advanced Member

Groups: Member
Joined: 4/19/2006(UTC)
Posts: 42

I would like to know if life upload optimization is available in the PhotoOrder option. If a user chooses 4x6, it will upload 1000 pixel image, user pics 8x10 it will upload 1500px images. Can I have a code snippet to try this somehow?

I am using the PHP demo

Thanks

Jeff

Jeff MacDougall

New Vision Color Lab

www.newvisioncolorlab.com

www.modebook.com

Alex Makhov  
#2 Posted : Monday, January 8, 2007 5:10:54 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello Jeff,

Here is the code:

Code:
<script type="text/javascript">
	function setUploadThumbnailSize(newSize)
	{
		getImageUploader('ImageUploader1').setUploadThumbnail1Width(newSize);
		getImageUploader('ImageUploader1').setUploadThumbnail1Height(newSize);
	}
</script>

<select id="selectThumbSize" onchange="setUploadThumbnailSize(this.options[this.selectedIndex].value);">
	<option value="50" selected>50</option>
	<option value="100">100</option>
	<option value="150">150</option>
</select> 
...
iu.addParam("UploadThumbnail1FitMode", "Fit");

Edited by user Wednesday, February 20, 2008 5:44:06 PM(UTC)  | Reason: Not specified

Sincerely yours,

Alex Makhov

UserPostedImage Follow Aurigma on Twitter!

newvisionjeff  
#3 Posted : Monday, January 29, 2007 1:49:45 AM(UTC)
newvisionjeff

Rank: Advanced Member

Groups: Member
Joined: 4/19/2006(UTC)
Posts: 42

Thank you but where exactly do i insert that code?

Jeff

Jeff MacDougall

New Vision Color Lab

www.newvisioncolorlab.com

www.modebook.com

Alex Makhov  
#4 Posted : Monday, January 29, 2007 12:58:24 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello Jeff,

For the beginning, read the following article:

Quick Start.

Edited by user Tuesday, December 15, 2009 8:30:48 AM(UTC)  | Reason: Not specified

Sincerely yours,

Alex Makhov

UserPostedImage Follow Aurigma on Twitter!

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.