spatie / livewire-filepond

Upload files using Filepond in Livewire components
https://spatie.be/open-source
MIT License
195 stars 10 forks source link

[Bug]: No upload progress animation #12

Open l0gical opened 1 month ago

l0gical commented 1 month ago

What happened?

No uploading progress

How to reproduce the bug

Fresh install with no modifications

Package Version

1.1

PHP Version

8.2

Laravel Version

10.48

Which operating systems does with happen with?

No response

Notes

Hi all,

Is it me or does the uploading progress not work? Hoping I haven't missed something obvious. If using Filepond directly, apparently a v-bind:server="myServer" needs declaring, just cannot for the life of me think how to do that with using this through Livewire v3.

As always, thanks @Spatie for providing these libraries, sure saves everyone a lot of time building their own.

l0gical commented 1 month ago

Anyone? Really trying to fix this but coming up against a brick wall each time, unsure if this is my config, or if other users are having the same issue. Thanks in advance.

SfaygaTheKing commented 2 weeks ago

i also don't have the animation, i am using everything right : it works but the progression of the upload is not working.

l0gical commented 2 weeks ago

i also don't have the animation, i am using everything right : it works but the progression of the upload is not working.

For what it's worth, did some debugging with GPT, the backend side does in fact show the upload progress, is therefore likely either the UI part of it not updating or being able to reliably access the upload percentage. Once in every blue moon it partially works, typically with a file around 1-2MB and will only show the upload progress on the last 90% upwards, this is rare though, 99/100 times it doesn't show anything other than uploading and then complete.