how to remove the upload image limit so i can upload multiple images
We've moved the forum!
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
What do you mean for image limit?
@djmicky, you should be specific when asking questions - just so that the people who are willing to help you, have all the info they need to help you :-)
I think you're probably after the configuration options for the UploadField class. You didn't post any code or give any context, so look at
UploadField::setAllowedMaxFileNumber()
That method should do what you want.
Yeah sorry about next i will give more detailed post