Image Uploader widget Browse button is disabled when placed inside a form
0
I have an edit screen for an entity "app" which has an association to an image entity "logo" as seen below: When I try to place an image uploader widget on the edit screen, the result is the browse button becomes disabled and I cannot ever select an image (browse button is disabled): This occurs for both projects that already exist and new ones. Why is this? What is causing the button to be disabled? Is it because when the dataview for the image uses the association and it sees its empty it just disables the widget? It doesn't make any sense to me. I do not want to open a popup with the image uploader there, because that just complicates the screen. I should be able to place file upload widgets directly inside the edit screens.
asked
Alex Stump
1 answers
0
Hello Alex Stump,
Before you show the screen you need to create an (empty) applogo object and an empty Mendix App object and set the association, then it is possible for the user to upload a picture to the dedicated object, if there is no object you can not upload.