Using the File Manager in a Form

1
Hi all, is it possible to postpone the time when the File-Manager saves a document that to be uploaded? In my case I want the user to fill out a form and when saving the form I want the upload to be saved as well. If the user does not complete the application, the file should not be uploaded.  Thanks in advanced for the help!    
asked
2 answers
1

HiTimur,

You can use a microflow with validation and conditions for check the form is get completed or, once every field get completed means you can provide the upload functions.

answered
1

Timur,

When the FileDocument entity is committed, the file will be uploaded.  So if I have a page with a dataview containing a FileDocument and select a file in the File Manager widget, that file is not uploaded immediately.  It is only loaded when I click the Save button, or when a microflow commits that entity.

Does that help?

Mike

answered