Check dropbox progress on large files

前端 未结 1 521
灰色年华
灰色年华 2020-12-12 04:06

How to check dropbox progress on large files?

I\'m trying to upload a 1.66 gb file to dropbox using core-api and Java. It is taking an extremely lon

相关标签:
1条回答
  • 2020-12-12 04:53

    Perhaps it can be achieved by wrapping the InputStream in a ProgressMonitorInputStream. But make sure you do not block the Event Dispatch Thread, or it will freeze until completion.

    See How to Use Progress Bars for details.

    0 讨论(0)
提交回复
热议问题