Hi I am using umbraco v
4.0.2.1 (Assembly version: 1.0.3441.17657)
I'm wondering if there is a way of using the regex validation with media picker? I basicaly want to make sure that the user only chooses an image with certain dimensions, I have seen a couple of forum posts regarding this but no answers just wondering if its possible.
Hmm, I don't think it's possible as regex validation is targeted at input strings rather than other functionality. But the media picker code is available at the umbraco home at Codeplex, so I guess you can easily extend it if you wish.
Reg Ex Validating Image Dimensions
Hi I am using umbraco v 4.0.2.1 (Assembly version: 1.0.3441.17657)
I'm wondering if there is a way of using the regex validation with media picker? I basicaly want to make sure that the user only chooses an image with certain dimensions, I have seen a couple of forum posts regarding this but no answers just wondering if its possible.
Thanks
Lachlann
Hmm, I don't think it's possible as regex validation is targeted at input strings rather than other functionality. But the media picker code is available at the umbraco home at Codeplex, so I guess you can easily extend it if you wish.
is working on a reply...