Question

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

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top