The image for the user profile is selected using the content chooser. Once selected, it is transferred to safedefaultexternal , then uploaded for storage on the server, but the upload operation is not performed without storage permission.
You should be able to read the contents with File.ReadBytes, convert it to Base64 (via StringUtils) and send it to your server. If you need an other way please specify what you exactly need.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.