mirror of
https://github.com/directus/directus.git
synced 2026-01-25 12:07:56 -05: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>