DropZone in Mendix Studio Pro 8.8.0

0
Hello, everyone. I'm currently using 8.8.0 in my modeler to implement the development file upload feature. I'm trying to do a file upload in DropZone, but I think Max files in the Settings tab is not working properly. For example, even if you set it to 5, you will still be able to upload 6 files. If anyone knows a solution or workaround, please let me know. Thanks in advance!
asked
1 answers
0

I got around this problem by specifying MicroFlow in [On accept].
This may be more convenient because we can specify an upper limit value for Enumeration.

answered