Add a /assets directory

Hello! I think it would be extremely useful to be able to access assets which have been uploaded from a local device. I propose the idea of having an /assets directory. This could be readonly meaning you can still have the 500MB assets without changing the disk limit. So if I upload a file called image1.png I should be able to access it like so: /assets/image1.png

Happy Glitching! :slight_smile:

Its a good idea, and Glitch have said they are working on something like this. Now if only I could remember which post it was said in … :smiley:

1 Like

There is actually a glitch assets folder in the console!

Run ls -a to see all folders

It’s just a JSON file which contains URLs to the assets, not the actual asset itself.

Ah, I know what you mean

1 Like