Upload Stuff (like images, files etc.) on Websites to Project Asset Folder?

I just remixed a project that has a simple HTML/CSS designed photo gallery and a Zoom Feature (Somewhat broken). I was wondering that if it is possible to actually Upload images from the Gallery website https://heathered-booklet.glitch.me/ and then it gets put into the Assets folder (after upload from the website) in the Glitch Project, hence it will appear automatically on the website after refresh and you can view the images you uploaded from the website after that.

Project Name: heathered-booklet

Thanks!

If I’m understanding your question correctly, yup it’s possible with a little bit of PHP magic. Check this article out.

You could also manually put them into an multidimensional array and then use a for each loop to load them wherever you want.

1 Like