ttp://vf.test/livewire/upload-file?expires=1722885986&signature=ebe591d90830e2a98241184850295c95095a
Good evening! I am trying to set up file upload for a local development, right now I don't have a server. I am receiving an error that something wrong with livewire file upload in a filament 3 application. I had seen this error before on the internet, but I dont have php.ini or TrustProxy middleware so I dont know how to fix it. My file upload is a default filament 3 file upload. Maybe it will helps if i would say that I am using valet for my application development on linux 20.04. Error shows up at around 2.5MB of file size, smaller files uploads well. Thanks!
Solution:Jump to solution
I also use Valet so :
I ran and found I was down-level
so I ran and
per the instruction to get to the newest version
now run ...
2 Replies
Solution
I also use Valet so :
I ran and found I was down-level
so I ran and
per the instruction to get to the newest version
now run
which gets you the php path used by Valet
mine was So I ran which shows the ini files used.
mine shows where I can find it
and see that it is set to 2M (in my case)
You can edit that file and restart with