Uploaded images aren't shown in view/ aren't resized
You need PIL (python imaging library) or ImageMagick installed properly on your Zope's host operating system.
Solution:
You can download PIL (or use the version delivered with your OS) and make it available to the Python-Installation your Zope uses.
Or you can download ImageMagick (or use the version delivered with your OS) and install it in a way your Zope can access it.
Please read also Archetypes/docs/known_issues.rst
