Hey guys,
So, I'm using SS 3.0 for a website and I need to create widgets that display images. In 2.4, I would have used ImageField to handle this, but this has been deprecated in 3.0... What should I be doing instead?
Thanks,
Lee
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
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.
Hey guys,
So, I'm using SS 3.0 for a website and I need to create widgets that display images. In 2.4, I would have used ImageField to handle this, but this has been deprecated in 3.0... What should I be doing instead?
Thanks,
Lee
Hey Lee, you probably want to use UploadField:
https://github.com/silverstripe/sapphire/blob/3.0/forms/ImageField.php#L23