-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: No upload progress animation #12
Comments
Anyone? |
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. |
I can't seem to reproduce this and the upload progress is shown correctly here. Are you using external storage like s3 for the temporary uploads? |
Hi, I have tried both local storage and S3 compatible, the backend code works as a listener outputting to the console shows the upload percentage correctly, I just cannot for the life of me get the widget to work correctly, it occasionally briefly displays but then not again for lots of uploads and only usually briefly displays at that, have tried with both tiny and large files. Thx for the reply |
Same here. No upload progress. Edit: |
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.
The text was updated successfully, but these errors were encountered: