where does railway.app store user uploaded media files

I have a django app deployed in railway. The user will upload some files like pdf or any other documents like word or images and i need to store them. So where can I view the files the user has uploaded.
8 Replies
Percy
Percy12mo ago
Project ID: fd0bd18d-392d-4b0d-af5c-395356468583
MIGHTY_MIDHUN
MIGHTY_MIDHUN12mo ago
fd0bd18d-392d-4b0d-af5c-395356468583
Brody
Brody12mo ago
file viewing would have to be built into your app, railway doesn't offer any SSH or SFTP access
MIGHTY_MIDHUN
MIGHTY_MIDHUN12mo ago
So what you are saying is that we cant view the uploaded files in railway. For example if I upload some media to cloudinary I can view the uploaded images. But the same functionality is not available in railway is that what you mean ?
fad
fad12mo ago
Are you perhaps trying to figure out how to move the uploaded files to a more permanent location (which you can then access) or are you actually looking for a way to download/view them directly from Railway?
Brody
Brody12mo ago
that is correct
MIGHTY_MIDHUN
MIGHTY_MIDHUN12mo ago
Yes @fad I'm trying to do that. I'm looking for a way to permanently store the images. I also want to know whether we can view the uploaded files directly from railway itself
Brody
Brody12mo ago
1. store the images in the volume 2. file viewing would have to be built into your app, railway doesn't offer its own file browser or any SSH or SFTP access