make Blob
Creates a blob instance from a file dropped on the drop area. Default implementation:
calls makeBlobCb if not null
calls blobClass.newInstance if not null and sets fields
throws IllegalStateException when both is null
Parameters
file
JavaScript File to create the blob from.