Currently, when dropzone is used with the blob-list parameter, the element is relying on the Blob.AttachOnDocument operation to attach the files to a given blob list property.
However, this not work when we need to attach files to a document that doesn't exist yet (e.g. during the creation of a document).