Seeking Guidance: Issues with File Upload Implementation on Dashboard
Hi Team,
I'm developing an application that requires a file upload feature on the dashboard for Excel and CSV files. The native upload button doesn't support reading files from the local system, so I've implemented a custom solution involving a web page, an HTTP API (to send the payload to a specified route URL), and a Lambda function (to store the file in S3).
While the API and Lambda function were successfully created, I'm encountering a "Failed to fetch" error when clicking the upload button on the web page. I suspect the issue might be related to reading local files using this approach.
Any advice or suggestions would be greatly appreciated.