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

Notification

Icon
Error

Options
Go to last post Go to first unread
scancafe  
#1 Posted : Sunday, April 27, 2008 11:49:16 PM(UTC)
scancafe

Rank: Newbie

Groups: Member
Joined: 4/24/2008(UTC)
Posts: 4

Hi,
we are using Dual Image Uploader 5.1. There are two issues we are facing:

1) In firefox and Mac, we are not able to upload images of more than 5 MB though the upload and post limits in the php.ini file has been set to 30 MB.

2) On firefox, the uploader compresses an image of 5 MB size to about 100 kb though on IE, the same compresses to 4 MB. What can be the issue with the Java uploader.

Regards
ravi

ycseattle  
#2 Posted : Wednesday, August 27, 2008 1:13:23 PM(UTC)
ycseattle

Rank: Member

Groups: Member
Joined: 7/27/2008(UTC)
Posts: 10

I am having the same problem with my trial version, that if an image size is bigger than 2M.
Dmitry  
#3 Posted : Thursday, August 28, 2008 5:45:26 AM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

Have you tried the latest 5.5 version?
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
Humpo  
#4 Posted : Tuesday, June 15, 2010 8:13:53 AM(UTC)
Humpo

Rank: Newbie

Groups: Member
Joined: 6/13/2010(UTC)
Posts: 2

I am currently using 6.1 trial and there appears to be a limit of around 4M per image when running on my localhost. Uploading any image over 4M causes an error. I'm concerned that this will still occur when I go over to production. Any ideas?
dane  
#5 Posted : Tuesday, June 15, 2010 11:09:01 AM(UTC)
dane

Rank: Member

Groups: Member
Joined: 1/6/2010(UTC)
Posts: 15

Humpo--that's likely due to your server setup. If you're using PHP, look for the following values in php.ini and modify/add them:

post_max_size = 102M ;make sure it's always a bit larger than upload_max_filesize
upload_max_filesize = 101M
max_file_uploads = 300 ;added to php 5.3.1 19 nov 2009

By the way, if that does nothing, look at your logs--e.g., look for requests to the server script that processes uploads.
Dmitry  
#6 Posted : Tuesday, June 15, 2010 1:29:18 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

Dane, you are right, thanks for your answer.

Detailed information on how to set up server side can be found in the documentation: PHP and ASP.NET.
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
shettman  
#7 Posted : Tuesday, June 15, 2010 8:10:55 PM(UTC)
shettman

Rank: Newbie

Groups: Member
Joined: 6/15/2010(UTC)
Posts: 2

Can someone please tell me how to compress image size, e.g 5Mb to something like 150KB please?
Humpo  
#8 Posted : Wednesday, June 16, 2010 12:03:56 AM(UTC)
Humpo

Rank: Newbie

Groups: Member
Joined: 6/13/2010(UTC)
Posts: 2

dane / Dimitry. You both have my eternal gratitude. Oh for some time to read all of the documentation... 1 day left before the client needs a yay or nay. You both saved me a lot of time. Thanks.
Tamila  
#9 Posted : Wednesday, June 16, 2010 4:53:40 PM(UTC)
Tamila

Rank: Advanced Member

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

Was thanked: 1 time(s) in 1 post(s)
Quote:
Can someone please tell me how to compress image size, e.g 5Mb to something like 150KB please?

See my answer in your support case.
Aurigma Support Team

UserPostedImage Follow Aurigma on Twitter!
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.