Just like you have used encrypt() to encrypt strings, you need to call encryptData() to encrypt binary resources: const clearFile = new File(/*...*/); ...
確定! 回上一頁