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
Is your feature request related to a problem? Please describe.
I’m using this library via Laravel Filament, but I believe the issue originates from this library.
When uploading a small file (e.g., 1KB), the process takes at least 7 seconds to complete, which is disproportionately long for such a small file. Logically, a file of this size should transfer almost instantly.
It is also visible in the gif from the readme:
Problem
During the delay, the UI displays an "Uploading..." indicator, but the network tab in the debugger shows no request being initiated for the first 3 seconds.
This behavior introduces unnecessary friction, especially in systems where users rely on a fast, uninterrupted workflow (e.g., forms with daily or power-user workflows).
The delay is particularly frustrating for end-users who need to work efficiently. Removing or minimizing this delay would significantly improve usability and enhance the user experience.
Thank you for your attention to this issue! Let me know if further details or debugging information is required.
Describe the solution you'd like
Please consider eliminating the 3-second delay or providing an option to configure it for faster file transfer initiation.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered:
FilePond simulates uploads of small files so it "feels" like something actually happened. But for large amounts of files this isn't ideal.
You can set allowMinimumUploadDuration to false to disable the upload simulation. Please note that because of how FilePond animates the UI it'll still take a bit before the upload starts as FilePond waits for the UI ot be in rest state.
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
I’m using this library via Laravel Filament, but I believe the issue originates from this library.
When uploading a small file (e.g., 1KB), the process takes at least 7 seconds to complete, which is disproportionately long for such a small file. Logically, a file of this size should transfer almost instantly.
It is also visible in the gif from the readme:
Problem
The delay is particularly frustrating for end-users who need to work efficiently. Removing or minimizing this delay would significantly improve usability and enhance the user experience.
Thank you for your attention to this issue! Let me know if further details or debugging information is required.
Describe the solution you'd like
Please consider eliminating the 3-second delay or providing an option to configure it for faster file transfer initiation.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: