Hello! Can anyone please help me!? I have a table connected to a SQL server. In this table I want to capture cellphone images, but after I save the table form, in my SQL colum (image) doesnt appear the url text of the image and I dont know where all the image storing. Thanks!
Solved! Go to Solution.
Images will be stored in the cloud service of which you are using to connect with AppSheet. E.g if you are logging in with a Gmail account, the images will be stored on Google Drive. If you are using a Microsoft login, they are stored on Onedrive, etc.
While storing images directly in the db can be done, it is super inefficient. It is best to store the URL in the db and then locate the image in a File system. File systems are typically optimized to handle these files better than a db and its much simpler to expand the storage when needed.
User | Count |
---|---|
16 | |
13 | |
8 | |
7 | |
4 |