The users do it because they can.
However, image auto-resize etc. breaks down.
This make me a sad boy.
How to limit image uploads to GIF, PNG and JPEG sitewide?
For Archetypes
For Dexterity
|
The users do it because they can. However, image auto-resize etc. breaks down. This make me a sad boy. How to limit image uploads to GIF, PNG and JPEG sitewide?
| ||||
feedback
|
|
i ran into similar problems these days and worked around them like that:
The field definition looks like this:
note that mywidgets/myimage is a customized version of archetypes/skins/widgets/image.pt that uses a customized version of archetypes/skins/widgets/file.pt
and mywidgets/myfile.pt simply defines this macro:
| |||
|
feedback
|
|
Using Archetypes you override the image content class or create your own custom image content class with the following schema. You can just add the line
to your schema ie
I would probably use a schema extender to extend the Image class, overriding that particular field | ||||
feedback
|