You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my current implementation, files uploaded via FilePond are processed and sent to the server automatically and in a random order. This behavior is undesirable when files need to be uploaded sequentially, based on a specific order (e.g., alphabetical, numerical, or based on user-defined parameters).
This is my code:
`
let audiobookId = {{$audiobook->id}};
Is there an existing issue for this?
Have you updated FilePond and its plugins?
Describe the bug
In my current implementation, files uploaded via FilePond are processed and sent to the server automatically and in a random order. This behavior is undesirable when files need to be uploaded sequentially, based on a specific order (e.g., alphabetical, numerical, or based on user-defined parameters).
This is my code:
`
let audiobookId = {{$audiobook->id}};
Reproduction
No Reproduction
Environment
The text was updated successfully, but these errors were encountered: