I'm currently utilizing a php app to upload images to the Google cloud storage platform, however, unlike on my local server, I am having tremendous trouble figuring out how to make this work.
Here is exactly what I am trying to do:
- Write the Path of the image to my Google cloud SQL
- Actually upload the image to the Google cloud storage platform
- write a script calling on the image, from the saved SQL path, to then post to my site
Can anyone point in the right direction?
Thanks!
Something like this worked for me with the form on GAE - upload photo from Form via php to google cloud storage given your folder permission are set...
The script to call the image to show on your site is typical mysqli or pdo method to get filename, and you can show the image with...