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

Notification

Icon
Error

Options
Go to last post Go to first unread
G4XTR  
#1 Posted : Tuesday, February 9, 2010 4:19:41 AM(UTC)
G4XTR

Rank: Member

Groups: Member
Joined: 12/23/2009(UTC)
Posts: 15

Thanks: 1 times
I have set up the image uploader to upload a batch of images at the same time. It resizes the images and uploads them into a folder.

However, for an image amount of over 25, it still only uploads exactly 25 images. Every time.

Here are some details:

- changed php.ini max upload size, no avail

- adjusted resize to create smaller images to upload, but still 25 images are uploaded

- maxFilesCount is set to 1000, MaxTotalFileSize in GB range

- Only the first images are uploaded (not the last as a result of overwriting)

- Uploader in site indicates all images are being correctly uploaded

- When starting the uploader again, it can add another 25 images. So there does not seem to be a folder restriction

Any advice is welcome!

G4XTR  
#2 Posted : Tuesday, February 9, 2010 3:39:02 PM(UTC)
G4XTR

Rank: Member

Groups: Member
Joined: 12/23/2009(UTC)
Posts: 15

Thanks: 1 times
The problem has been solved.

There is a php setting "max_file_uploads" in php.ini

If this setting is not entered the server uses the default, in my case 50 images. The optimizeUpload uploads 2 seperate thumbnails for each image resulting in a maximum of 25 images.

The issue can be solved by for example entering "max_file_uploads = 1000" in php.ini

I think this is a very important issue as this problem often goes unnoticed, and many users will probably be using shared hosting or upload limitations. If you like to check, create a php file

Quote:
<?php

echo (phpinfo());

?>

And look for the setting under "max_file_uploads".

As a suggestion for further aurigma uploader updates, this could be solved if images are saved in say 20 image batches instead of all together.

Users browsing this topic
Guest
Similar Topics
Uploader limits to 25 images (Discussions – ActiveX/Java Uploader)
by G4XTR 2/9/2010 4:19:41 AM(UTC)
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.