Files will never be uploaded. You can see the code here.
<form action="test.php" method="post" enctype="multipart/form-data" target="upload-frame">
	<input type="submit" value="Report"/> (will NEVER upload)
	<br/>
	<input name="files[]" type="file" multiple="multiple" class="multi with-preview" />
</form>