You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
At the moment I encountered such a problem:
Time from the time it is necessary to upload files (of different sizes) to a remote node,
For this purpose I used a documented command add() and everything works just fine.
The problem occurs when i try to upload a large file... (for download i use requests.get and can see progress) so question Is there any way to get the upload progress in order to understand that the process continues...?
I'm new to python... And the question is more for discussion)
Any tips and workarounds are welcome!
thanks in advance
The text was updated successfully, but these errors were encountered:
Unfortunately there is no progress reporting for client.add() currently, but you may be able to stream files by using requests.post directly and a workaround like this (as requests does not support this feature either).
Hi!
At the moment I encountered such a problem:
Time from the time it is necessary to upload files (of different sizes) to a remote node,
For this purpose I used a documented command add() and everything works just fine.
The problem occurs when i try to upload a large file... (for download i use requests.get and can see progress) so question Is there any way to get the upload progress in order to understand that the process continues...?
I'm new to python... And the question is more for discussion)
Any tips and workarounds are welcome!
thanks in advance
The text was updated successfully, but these errors were encountered: