Widget: Explorer Pane

1
I am in a process of creating an album to a story. I want to use the explorer pane to be able to display the photos with a the ability of adding and deleting photos from the pane. I have created a microflow that saves the whole story and I use a form loader to load the image uploader in the story dialogue. How best can I express my logic to save this image because as per now I can navigate to uploading a photo but I am not saving the photo.
asked
1 answers
0

Eugene

Create a microflow that commits the object with the picture and call this microflow from microflow button on the form with the imageUploader control. Alternatively, you could use the build in Save button that will do the same thing. You need to commit the object with the image in order for the picture you have chosen to be saved into the database.

Mike

answered