Replies: 1 comment
-
Apparently someone found a solution using BufferedReader: https://stackoverflow.com/a/73728849/3207406 It counts the number of bytes read by aiohttp (not the numbers of bytes actually sent), but this might be enough for your usecase. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I can´t figure out ho to make an async generator for a FormData in order to track the upload progress, this is my working code:
If it was only the file, i could easily make generator yielding chunks, but i don't know how to make it work with a form. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions