January 2016
Intermediate to advanced
278 pages
4h 53m
English
Another approach to uploading files is to encode the file into base64. When you encode a binary file to base64, the result is a string that we can use as an attribute in the request object.
Though it can be useful to create objects with the file attached in the resource, or to use it as another resource in the server, this is not a recommended approach. This approach has some limitations:
base64 string. This will lead to a low-performance app.base64.If you are uploading very small amounts of data and don't have ...
Read now
Unlock full access