Add an easy way (at sign in?) to upload a volunteer's photo According to [stackexchange](https://stackoverflow.com/questions/16805289/how-to-write-image-file-into-binary-field-of-openerp-using-api), we'll need to base64 encode the image data before posting, so might be possible to use: - [angular-base64](https://github.com/ninjatronic/angular-base64) for base64-encoding - [angular-file-upload](https://github.com/danialfarid/angular-file-upload) for actual file selection/upload
Add an easy way (at sign in?) to upload a volunteer's photo
According to stackexchange, we'll need to base64 encode the image data before posting, so might be possible to use: