R
Railway6mo ago
cyne

File Upload

Hi, I need to upload, update, view, and delete files in my application deployed in railway, how can i do it? How can i use web file browser template for this or any suggestions. thank you
Solution:
if that's what you're looking for then I recommend you take a look at Brody's multer template: https://github.com/brody192/multer-file-uploads...
Jump to solution
7 Replies
Percy
Percy6mo ago
Project ID: eeb62688-9592-4247-a495-bae8febd2957
cyne
cyne6mo ago
eeb62688-9592-4247-a495-bae8febd2957
Fragly
Fragly6mo ago
If I understand correctly, you have a volume attached to your service and you want to view, update and delete the files in that volume?
cyne
cyne6mo ago
i am planning to have a volume, but i do not know if it will solve my problem. I need to have a working file upload in my app
Solution
Fragly
Fragly6mo ago
if that's what you're looking for then I recommend you take a look at Brody's multer template: https://github.com/brody192/multer-file-uploads
Fragly
Fragly6mo ago
a volume will definitely solve your problem though, you require a volume for persistent file storage
cyne
cyne6mo ago
Okay i'll try thank you