interfax / interfax-java

Fax send and receive in Java with the InterFAX REST API
https://www.interfax.net/en/dev/java
MIT License
5 stars 9 forks source link

Ability to inspect document progress? #28

Open cbetta opened 7 years ago

cbetta commented 7 years ago

In the other SDKs we are able to upload a document in chunks and inspect the exact progress. See

https://github.com/interfax/interfax-ruby-samples/blob/master/extra_4_send_a_large_file_and_monitor_progress.rb

How would we do something like that in this SDK?