-
Notifications
You must be signed in to change notification settings - Fork 205
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
Upload Progress #186
Comments
Is there any news on this? |
For now, APIKit does not provide way to get progress of uploading. I'm planning to add a parameter to Session.sendRequest(request,
progressHandler: { bytesSent, totalBytesSent, totalBytesExpectedToSend in
...
},
handler: { result in
...
}) |
Any questions are welcome 👍 |
@ishkawa: any progress on this? |
I really want it too! |
@ishkawa: I implement your nice idea 😉 |
Closed by #234. |
Sorry if i ask too many question here, wonder if there is any way we could get a progress when we upload a file like Alamofire upload method. Thanks 👍
The text was updated successfully, but these errors were encountered: