How to use Image Uploader

0
Hi, I am new to mendix and I am trying to figure out how to use the image uploader. From what I have read, it seems like I have to place the image uploader inside a nested data view that is connected to an entity that is a specialization of System.Image. The hosting data view should be connected to an entity that has the attributes for your image. When I nest the data view for the image uploader it says that the data source has to be a microflow. What should be in the mircoflow to allow me to use the image uploader? Also, I am open to other suggestions on how to upload an image if there are better/easier ways. Thanks! Andy     
asked
1 answers
1

Andy,

You can create a specialization of the System.Image entity and then create an |Overview page and a NewEdit form for that entity.

This will allow you to upload images directly, no need for nesting and complex stuff.

answered