How to create space for storing images or files on server

abhis9582
TRIAL

9 months ago

I have deployed my frontend, backend and database but I am unable to store images which is getting uploaded by user on my portal how to store them could you please guide me

Solved

3 Replies

9 months ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open brody 9 months ago


9 months ago

Hello,

You would want to store the files into a volume -

https://docs.railway.com/guides/volumes


abhis9582
TRIAL

9 months ago

I have saved image to volume but I am unable to fetch that saved image even i am unable to see that image to server.


9 months ago

You need to write code to serve the files on the volume, this is not something Railway handles for you.


Status changed to Solved brody 9 months ago


How to create space for storing images or files on server - Railway Help Station