I would like to figure out a way to append blob to FormData without being forced to add an implicit filename.
formData.append(\'binary_data\', blobObj) alway
formData.append(\'binary_data\', blobObj)