Hi! :wave:
I am an intermediate-level Airtable user, and using it since 2yrs. Now I have started learning PHP, and I want to integrate the Airtable API with it.
So, I want to build a simple webpage (in PHP), in which the -
- user clicks the ‘Browse Image’ button, & picks an image from his phone’s storage.
- After picking, the image would be compressed with some other compressing tool.
- The compressed image would replace the previous image in the ‘Attachments’ column, specified row no. (Ex. flow : Replace the current image in the ‘Attachments’ column of row #4 with the new compressed image).
Is this possible to do? If yes, can you refer any Docs/Links which might help me?
Any help is appreciated :slightly_smiling_face:
Thanks!