aironium
Member
(I know it's a bit repetitive, but many of the entries in the forum are confusing to me, I'm sorry)
Continuing with my capstone project, we had to store an image for the customer profile, and it seems that using Base64 encoding is not an efficient approach.
I am curious what is the basic principles of storing images to the file storage (or just in the app storage at least) and load it when needed (e.g. when viewing customer profile).
(Optionally, how can I also upload it to a remote server as well?)
Continuing with my capstone project, we had to store an image for the customer profile, and it seems that using Base64 encoding is not an efficient approach.
I am curious what is the basic principles of storing images to the file storage (or just in the app storage at least) and load it when needed (e.g. when viewing customer profile).
(Optionally, how can I also upload it to a remote server as well?)