I want to post the CSV I have uploaded to my app via the uploader component to Amazon S3 (via a pre-signed URL). What’s the simplest way to do that? Right now I am reading the data into a data-frame and then recreating the CSV. How can I grab the uploaded raw csv file and just post that.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Dcc.upload get file path and upload direct to s3 | 1 | 862 | July 3, 2020 | |
| Dash Upload to AWS S3 Bucket | 6 | 2755 | September 28, 2023 | |
| Using the Dash Upload component to post csv file | 2 | 824 | January 3, 2020 | |
| Loading data from AWS S3 for a Dash App | 2 | 4456 | November 4, 2018 | |
| Is it possible to upload a csv file in Dash and also store it as a pandas DataFrame? | 4 | 676 | June 29, 2021 |