Is it recommended to first use the CRYPT_STRING_BASE64 a file content before uploading it to an API ?

有帮助吗?

解决方案

No it's not needed and not recommended. In fact it's not on the encoding specification and will possibly be incompatible with existing multiform/form-data parsers.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top