How do I get the actual location of the uploaded src file in the file system (var/uploads/[...]
) in sulu 1.6?
The Media object itself seems not to give a hint, and the thumbnails are only generated after the src is pulled by the browser, not before.
The reason is, that I want to get the dimensions of an image during page rendering.