Hey.

Sorry for my english.

Is there an uploadlimit? I can select as mutch images i want, only 20 will be there.

Thank you for help.

CommentFileSizeAuthor
#2 Bildschirmfoto am 2011-11-18 15:26:47.png126.16 KBAnonymous (not verified)

Comments

czigor’s picture

There's no upload limit. Are you experiencing such?

Anonymous’s picture

StatusFileSize
new126.16 KB

Yes, i can only upload 20 images at once. I use Google Chrome. The settings of the multiupload field are unlimited.

muche’s picture

I have the same problem. I can only upload up to 20 files, although I select many more to uploads.
- Multiupload FileField Widget 7.1.x dev
- Firefox 8.0
- Windows XP
Thanks

Anonymous’s picture

Problem solved.

It is not a Problem with your code! It is a php.ini setting.

max_file_uploads = 20

May you can add a feature that tells this limit?

Have a nice Day.

czigor’s picture

Category: support » feature

That's good news. Let's tag this as a feature request then.

cyberwolf’s picture

Additionally to this, can you also add that the sum of the images shouldn't be larger than the post_max_size? Now the widget only gives an indication of how big 1 file can be, so end users don't know they need to take into account a global limit.

nmosesgo’s picture

Where is the php.ini setting located? Its not in .htaccess, is it?
thanks!

cweagans’s picture

Project: » Multiupload Filefield Widget
sabas88’s picture

Hi,
I cannot access directly php.ini (because I'm on a shared hosting) nor I can set the max_file_uploads via PHP -https://bugs.php.net/bug.php?id=50684-.
How about shrinking the upload in multiple requests?
For instance, I upload 60 images, so the code makes three different uploads instead of one because detects the max_file_uploads parameter.

shane birley’s picture

Title: Uploadlimit 20 images? » PHP Upload Limit
Status: Active » Postponed

The PHP Upload limit can be changed (if allowed by your web host) via the .htaccess file. You can adjust it via the:
php_value max_file_uploads 20

Of course, I agree it would be helpful if this was displayed somewhere. I have generated a proper feature request for this over here.

I have also created a feature request for batch uploading should the max upload be inaccessible to the end user. I did that here.

I feel that each of these features require separate requests as one is fairly straight forward to implement while the other lives in the not-so-much category.

argosmm’s picture

This is correct
I have put

"max_file_uploads = 100"

and work OK

----------
Whether to allow HTTP file uploads.
file_uploads = On

max_file_uploads = 100
---------------

Thanks

vladimiraus’s picture

Issue summary: View changes
Status: Postponed » Postponed (maintainer needs more info)

Is this still required? 🙋‍♂️

vladimiraus’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)
vladimiraus’s picture

Status: Closed (duplicate) » Closed (outdated)