Closed (outdated)
Project:
Multiupload Filefield Widget
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
18 Nov 2011 at 08:27 UTC
Updated:
30 Jul 2024 at 16:06 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
czigor commentedThere's no upload limit. Are you experiencing such?
Comment #2
Anonymous (not verified) commentedYes, i can only upload 20 images at once. I use Google Chrome. The settings of the multiupload field are unlimited.
Comment #3
muche commentedI 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
Comment #4
Anonymous (not verified) commentedProblem 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.
Comment #5
czigor commentedThat's good news. Let's tag this as a feature request then.
Comment #6
cyberwolf commentedAdditionally 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.
Comment #7
nmosesgo commentedWhere is the php.ini setting located? Its not in .htaccess, is it?
thanks!
Comment #8
cweagansComment #9
sabas88 commentedHi,
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.
Comment #10
shane birley commentedThe 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 20Of 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.
Comment #11
argosmm commentedThis 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
Comment #12
vladimirausIs this still required? 🙋♂️
Comment #13
vladimirausComment #14
vladimiraus