I am trying to upload a file to GCS using javascript.
I found this answer which shows how to upload and see the progress of that file.
I also followed the official documentation
All of the above worked for me, but now i want to allow anyone who visits my website to upload to the bucket i have. I don't want to authenticate using the button that the documentation shows. I just want anyone to be able to visit the website, upload and see the progress of the upload file.
The main issue i have is that i want users to be able to see the PROGRESS of the upload file. Maybe there is another way.
Thanks