Help, Setting runtime config only for one FileUpload
Hi firends,
Here I have a FileUpload that is setupped to work with S3 pre-signed links and I need to change the livewire's temp dir disk to be one.
So my idea is to have FileUpload component extended and set the config runtime value there:
but how to get it back to the default after components finished rendering/executing so no conflict or overide will happen if I have 1 S3FileUpload field and next to it i have a regular FileUpload?
Any idea how to handle this?
3 Replies
I don't think that will work
I don't think there is a difference between those two FileUpload requests. They both just upload a file via Livewire.
Yes they do, the diffrence will be in using them:
Any idea how to approach this?
No. As I said: I don't think it's possible with the current way Livewire uploads work