This is the pull request for issue #67. There is a TusURLPersistentStore which can continue uploads after restarting the computer. After successful upload finished, the URL will get deleted. Tested on Windows, and worked.
Usage:
TusURLPersistentStore persistentStore = new TusURLPersistentStore();
client.enableResuming(persistentStore);
....
This is the pull request for issue #67. There is a TusURLPersistentStore which can continue uploads after restarting the computer. After successful upload finished, the URL will get deleted. Tested on Windows, and worked.
Usage: TusURLPersistentStore persistentStore = new TusURLPersistentStore(); client.enableResuming(persistentStore); ....