-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(database): add UploadCaster
class
#775
Conversation
Could you add a test? |
Yes. |
Hi, We are in the process of persisting uploaded files, so we need to specify the storage path. Any ideas on how to achieve this? Should I use a constant or a property in the UploadCaster? In the database, I store only the filename. I checked the PathHelper class but didn’t find a related method for handling this scenario. In the short, where do I need to move the uploaded file (location), because we need to move it within the UploadCaster class? |
Gonne revisit this one after #843 |
Closes #723