2 years ago
I have an app where users can upload a profile photo, but the image upload function doesn't work? doesn't railway have such a feature?
5 Replies
2 years ago
N/A
2 years ago
You'd have to write the functionality for uploading and storing the images yourself. Railway does provide a way to store files persistently via [volumes]() if that's what you're asking
2 years ago
I'd recommend checking out brody's file upload project examples on Github:
Multer:
Busyboy:
2 years ago
hey thanxxx 🥹🙏
2 years ago
no problem!