imagekit-react
imagekit-react copied to clipboard
How to know when an upload is in progress?
We would like to show a spinner while the upload is in progress so that the user gets appropriate feedback.
Currently there is no way to do this and no good workaround, right?
I think the easiest way is to add an "onUploadStart" prop, which will be executed as soon as the upload starts internally.
Thanks.