#File Upload
1 messages · Page 1 of 1 (latest)
Project ID: eeb62688-9592-4247-a495-bae8febd2957
eeb62688-9592-4247-a495-bae8febd2957
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?
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
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
a volume will definitely solve your problem though, you require a volume for persistent file storage
Okay i'll try thank you