Currently we only report a progress update when an entire file has completed uploading. This is fine for small files but not for large (1 GB+) files.
The CLI returns file upload progress, and multiple progress updates for a file, but is missing the filename/path so we don't know what file the upload progress is for.
We to modify the progress callback to include the file path as well, then we can change the Batch Labs UI.
We also need to know the current throughput rate.
Currently we only report a progress update when an entire file has completed uploading. This is fine for small files but not for large (1 GB+) files.
The CLI returns file upload progress, and multiple progress updates for a file, but is missing the filename/path so we don't know what file the upload progress is for.
We to modify the progress callback to include the file path as well, then we can change the Batch Labs UI.
We also need to know the current throughput rate.