I use the constructor new File([Blob],filename)
to convert Blob to File.
It works on Chrome 56.
but now the users require my system works on Chrome blew 38.
can anyone help me please?
Asked
Active
Viewed 44 times
0

Dreaman Tu
- 1
- 1
-
Is this what you need? http://stackoverflow.com/questions/27159179/how-to-convert-blob-to-file-in-javascript – jakeehoffmann Mar 31 '17 at 05:05
-
What is purpose of converting `Blob` to `File`? `File` inherits from `Blob` – guest271314 Mar 31 '17 at 05:26
-
I need to upload the files to the **ali-oss** server by it's _API_. But it doesn't support **`Blob`** but **`File`** from now on. – Dreaman Tu Mar 31 '17 at 07:00
-
I get a try to modify the **ali-oss**'s`API`.Just add a condition about the permission of `Blob`.What a surprise it works perfectly. – Dreaman Tu Jul 14 '17 at 02:29