How to create space for storing images or files on server
abhis9582
TRIALOP

2 years 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

2 years 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 over 1 year ago


2 years ago

Hello,

You would want to store the files into a volume -

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


abhis9582
TRIALOP

2 years 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.


2 years 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 over 1 year ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...