
Hello guys,
quick question:
I have a mobile app which allows the user to take a or multiple pictures. These picutres are then added to a SP list as attachments. To increase the load time of my app and the displayed attachments in a gallery i would like to decrease the image size (resolution) of the taken images. The user is using an i phone 7 SE (front camera). Is there any property to immediaetly decrease the file size during upload?
Thanks a lot in advance for your help
Hello @Anonymous
Actually there is no native way to perform this action by the time being. I run in the same requirement in the past and I solved using Azure Functions with custom code.
This custom code is called before the image upload to resize and then save it in the sharepoint list.