I am an admin, and it says i can only get up to 10 upload boxes. Is there a trick or something I can do about that. I wish i could upload like 80 files at a time.
http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#batch_add_pics
In groupmgr.php look for (@ line 202)
for ($i = 0; $i <= 10; $i++) {
Change it to...
for ($i = 0; $i <= 80; $i++) {
Try that but remember that you may suffer from timeouts and a host of other errors if you are uploading a lot of files at the same time
Regards
Mark
wow
THANK you so muuuuch
I was breaking my head :-*
I LOVE U!!
just kidding
but thanks!!
Not the recommended solution. The one Nibbler posted is the only recommended solution for you as coppermine admin. Make your users use XP_Publisher. Don't apply the hack crash3903 suggested for http uploads by your users, as you're bound to run into issues.
QuoteTry that but remember that you may suffer from timeouts and a host of other errors if you are uploading a lot of files at the same time
I went and changed the code, thought it would work but still having the same issue. :-\
What's wrong with batch-add?