mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
The AxiosRequest config allows for an onUploadProgress function to be passed in. This is useful, if we want to give users some kind of feedback about the progress of a potential file transfer. Currently, the sdk is only supporting this via direct access to the transport method. Co-authored-by: Mirko Nitschke <mnitscke93@gmail.com>