Skip to content
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

Open
l0gical opened this issue Aug 2, 2024 · 6 comments
Open

[Bug]: No upload progress animation #12

l0gical opened this issue Aug 2, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@l0gical
Copy link

l0gical commented Aug 2, 2024

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 l0gical added the bug Something isn't working label Aug 2, 2024
@l0gical l0gical changed the title [Bug]: [Bug]: No upload progress animation Aug 5, 2024
@l0gical
Copy link
Author

l0gical commented Aug 9, 2024

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
Copy link

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

@l0gical
Copy link
Author

l0gical commented Aug 27, 2024

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.

@riasvdv
Copy link
Member

riasvdv commented Oct 7, 2024

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?

@l0gical
Copy link
Author

l0gical commented Oct 10, 2024

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

@boonstoppel
Copy link

Same here. No upload progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants