undefined
* [~postCreate()](#DropZone.widget.module_DropZone..postCreate) ⇒ undefined
* [~update(obj, callback)](#DropZone.widget.module_DropZone..update) ⇒ undefined
+ * [~addFormData(files, XMLhttprequest)](#DropZone.widget.module_DropZone..addFormData) ⇒
* [~getMendixURL(files)](#DropZone.widget.module_DropZone..getMendixURL) ⇒ String
* [~onError(file, message)](#DropZone.widget.module_DropZone..onError) ⇒ undefined
* [~onRemoveFile(file, message)](#DropZone.widget.module_DropZone..onRemoveFile) ⇒ undefined
* [~onComplete(file, message)](#DropZone.widget.module_DropZone..onComplete) ⇒ undefined
+ * [~onQueueComplete()](#DropZone.widget.module_DropZone..onQueueComplete) ⇒ undefined
* [~accept(file, callback)](#DropZone.widget.module_DropZone..accept) ⇒ undefined
* [~acceptMendix(file, callback)](#DropZone.widget.module_DropZone..acceptMendix) ⇒ undefined
* [~createMendixFile(file, callback)](#DropZone.widget.module_DropZone..createMendixFile) ⇒ undefined
@@ -45,6 +47,20 @@ mxui.widget._WidgetBase.update is called when context is changed or initialized.
| obj | mendix/lib/MxObject | the current track object, or null if there is none |
| callback | mxui/widget/_WidgetBase~ApplyContextCallback | function to be called when finished |
+
+
+### DropZone~addFormData(files, XMLhttprequest) ⇒
+add Mendix 7 'data' part to formdata
+
+**Kind**: inner method of [DropZone](#DropZone.widget.module_DropZone)
+**Returns**: added formData
+
+| Param | Type | Description |
+| --- | --- | --- |
+| files | Array.<data> | |
+| XMLhttprequest | xhr | |
+| dropzone.js | formData | created formdata |
+
### DropZone~getMendixURL(files) ⇒ String
@@ -93,6 +109,12 @@ when uploadload is completed, commit and call onchange MF
| file | type | the file that is completed |
| message | type | status message |
+
+
+### DropZone~onQueueComplete() ⇒ undefined
+When all files in the queue finish uploading call microflow onQueueCompleteMf
+
+**Kind**: inner method of [DropZone](#DropZone.widget.module_DropZone)
### DropZone~accept(file, callback) ⇒ undefined
@@ -120,7 +142,8 @@ Validate if object will be accepted by the mendix server
### DropZone~createMendixFile(file, callback) ⇒ undefined
-Create a mendix empty file object on the server when new upload item is added.
Upload of the file be done by the DropZoneJs lib
+Create a mendix empty file object on the server when new upload item is added.
+Upload of the file be done by the DropZoneJs lib
**Kind**: inner method of [DropZone](#DropZone.widget.module_DropZone)
@@ -160,6 +183,7 @@ Call onchange Miroflow if any.
### DropZone~uninitialize() ⇒ undefined
-mxui.widget._WidgetBase.uninitialize is called when the widget is destroyed. Implement to do special tear-down work.
Clean up listeners, helper objects, etc. There is no need to remove listeners added with this.connect / this.subscribe / this.own.
+mxui.widget._WidgetBase.uninitialize is called when the widget is destroyed. Implement to do special tear-down work.
+Clean up listeners, helper objects, etc. There is no need to remove listeners added with this.connect / this.subscribe / this.own.
**Kind**: inner method of [DropZone](#DropZone.widget.module_DropZone)
diff --git a/src/DropZone/DropZone.xml b/src/DropZone/DropZone.xml
index 6344d3a..dca0f70 100644
--- a/src/DropZone/DropZone.xml
+++ b/src/DropZone/DropZone.xml
@@ -14,26 +14,26 @@
" + this.options.dictFallbackText + "
"; } - fieldsString += "