Add name to Blob
When File
isn't available, we fall back to Blob
. Blob
does not have name
property, so we've added that. This will grab the name from the original file and preserve it.
When File
isn't available, we fall back to Blob
. Blob
does not have name
property, so we've added that. This will grab the name from the original file and preserve it.