Ep6 - Uploading Directly To S3 | Livewire FIle uploads

preview_player
Показать описание

Laravel Livewire Screencast

Livewire offers the ability to use an S3-based filesystem to store it's temporary uploads. Let's look at what it takes to enable S3 uploads and upload files without ever touching your actual Laravel server.
Рекомендации по теме
Комментарии
Автор

Hi, can we store more than 5GB file (inside livewire-tmp directory) into s3 using livewire? I think aws doesn't support more than 5GB upload in a single API call. We should use multipart upload there. Any thoughts?

ZayedHassan-cskn
Автор

Hi, I'm using Filament and R2 Cloudflare for S3, already setting up all the config and the file succesfully uploaded. But when I'm trying to save the form, its error 'Unable to check existence" can you help me?

kikydwi