I have a page with a field of type media_selection. The configuration is like that one.
<property name="images" type="media_selection">
<meta>
<title lang="de">Bilder</title>
<title lang="en">Images</title>
</meta>
<tag name="sulu.search.field" role="image" index="false"/>
<tag name="sulu.content.sortmode.show"/>
</property>
Is it possible to upload a file directly from the page in the backend? It work's for me if I have the image already uploaded in the media-manager but that's kind of inconvinient for the users.