Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I know the upload is complete #11

Open
answer0732 opened this issue Jul 25, 2020 · 0 comments
Open

How do I know the upload is complete #11

answer0732 opened this issue Jul 25, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@answer0732
Copy link

answer0732 commented Jul 25, 2020

when i upload file to cloud, I want to know when it is completed(Success or failure )

uploadFile return Future , when i use it , it's return null , Is this a sign of completion?

Client webDavClient = Client(_address, _username, _password, '/', protocol: 'https');
Future<dynamic> result = await webDavClient.uploadFile(localPath, 'somePath/' + 'myFile.db');
print('result is $x');

this is message : result is null

@timestee timestee added enhancement New feature or request question Further information is requested labels Jul 27, 2020
@timestee timestee self-assigned this Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants