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
I would be nice to be able to add an option to limit the size of an upload file. For now, I use haserl script with --upload-limit option on server side to check the file size but there is no a way to know, on the client side, if the script failed because of that.
Regards,
Anthony.
The text was updated successfully, but these errors were encountered:
the way the module is structured at present, it simply uses a form submit to send the file ... handling the filesize would require switching to a File object interface ... if you have funds (to sponsor dev) or want to provide a PR, please let me know.
Hello there,
I would be nice to be able to add an option to limit the size of an upload file. For now, I use haserl script with --upload-limit option on server side to check the file size but there is no a way to know, on the client side, if the script failed because of that.
Regards,
Anthony.
The text was updated successfully, but these errors were encountered: