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

Notification

Icon
Error

Options
Go to last post Go to first unread
davidimrie  
#1 Posted : Friday, November 13, 2009 2:22:55 PM(UTC)
davidimrie

Rank: Newbie

Groups: Member
Joined: 7/31/2009(UTC)
Posts: 2

Hi everyone,

I have been using the image uploader for quite some time.... and have now upgraded to version 6,1,4,0.

I would like to set the maximum sizes of my images when they upload to 400 pixels. however it doesnt appear to be uploading them to the server and setting the images as the required size.

//Configure file mask to upload JPEG images only.

iu.addParam("FileMask", "*.jpeg;*.jpg;*.jpe");

//Set image size restrictions.

iu.addParam("MinImageWidth", "360");

iu.addParam("MinImageHeight", "360");

//Configure thumbnail settings.

iu.addParam("UploadThumbnail1FitMode", "Fit");

iu.addParam("UploadThumbnail1Width", "500");

iu.addParam("UploadThumbnail1Height", "400");

iu.addParam("UploadThumbnail1JpegQuality", "90");

are the parameters im settings. is there a way to lock it down so all images uploaded to the server end up at 400 pixels maximum ?

thanks in advance

Tamila  
#2 Posted : Sunday, November 15, 2009 3:38:08 PM(UTC)
Tamila

Rank: Advanced Member

Groups: Administration
Joined: 3/9/2008(UTC)
Posts: 554

Was thanked: 1 time(s) in 1 post(s)
Hi,

Could you please describe your problem a bit detailed. Also attach the problem picture here.

Aurigma Support Team

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.