Sep 7, 2023
Are you trying to save the actual file, or just upload a CSV and then use some code to parse it and perform some business logic? You may not need to override the Upload method, but instead just add a new endpoint for importing your CSVs
Are you trying to save the actual file, or just upload a CSV and then use some code to parse it and perform some business logic? You may not need to override the Upload method, but instead just add a new endpoint for importing your CSVs