#File uploads in Laravel with Uppy and Amazon S3
6 messages · Page 1 of 1 (latest)
But what I don't understand at all, is why you felt the need to build something that already exists natively in Laravel?
And your example seems to rely on first uploading the file to your server, and then telling the client to re-upload it to S3 after validation
Is a valid point. I did consider doing as a pacakge rather than an example project
No it's basically asking S3 via the laravel app for presigned multipart URLs and then the frontend is uploading directly to S3