Description
Is there an existing issue for this?
- I have searched the existing issues
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.