Managing files uploaded by users

Hello,
I am building an app that includes some forms, these form contain file upload options.
My concern is how I will be able to manage my storage, can I delete some files uploaded by the users of my app?

Thanks

Following.

I am switching to a Postgres data source and am trying to think about the architecture when a file is uploaded, and how it would all work given Postgres does not store files.

@jafarhajeer what is your datasource? That usually handles the storage.

Hi All, sorry for this small resurrection, I have exactly the same question.
I give users the ability to upload some files, and in my data source (postgress) I just get an url to the file that is stored by Softr.
How can I manage these files, for example delete them on an user’s request?

Here you can see an obfuscated example of a content link I see in the db:
https://app-files-v1.softr-files.com/applications/app-id/uploads/upload-id/file-name.png.

Upon browsing to the url it gets redirected to amazonaws but no browsing in the assets in possible.