Replies: 2 comments
-
I don't understand how this would be supposed to work on a Request DTO, can you please provide a proposed example of what you mean and what the expected behavior should be and where it should save the information. |
Beta Was this translation helpful? Give feedback.
0 replies
-
After writing this up and re-evaluating how this feature works, I was able to solve my problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am really enjoying this feature, especially with the auto-populated file metadata that gets stored in the database.
I would suggest however that this feature work at the dto/class level because my intended use case is to upload the file(s) as soon as the user selects them. However my data model is very simple, so unlike the FileRazor example, I don't have the need to create a parent record before storing the file metadata in a child record. All I need to do is upload the file and store the file metadata.
Beta Was this translation helpful? Give feedback.
All reactions