File Metadata Question

Quick question out of curiosity:
Where are the files stored when you specify the destination?

For example, here is my code below:
image

How can I access the uploads/ destination to see the file(s) I’ve uploaded? Aka what directory is it in?

Presumably it is a folder inside the same root folder as the code. You can also use the disk storage engine options to get more control.


Okay thanks for the info! I’m using Glitch so that probably makes it more confusing as to where all the files are saved.