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

Temp data not removing after upload #1093

Closed
vin-the-dev opened this issue Mar 2, 2016 · 2 comments
Closed

Temp data not removing after upload #1093

vin-the-dev opened this issue Mar 2, 2016 · 2 comments
Assignees
Labels

Comments

@vin-the-dev
Copy link

HI. I am using Alamofire.upload with background session and multipart form data to upload files to our server,

But even after upload there are files in tmp directory which is not getting deleted.

Should we delete it manually?

@vin-the-dev vin-the-dev changed the title Temp data not removing after upload finished Temp data not removing after upload Mar 3, 2016
@cnoon
Copy link
Member

cnoon commented Mar 6, 2016

Yes, you will need to delete the tmp file yourself if you're concerned about leaving it in the tmp directory. Alamofire does not clean up that file after the upload completes. I'm going to put a task into our backlog to consider whether it should or not.

Cheers. 🍻

@cnoon cnoon closed this as completed Mar 6, 2016
@cnoon cnoon added the question label Mar 6, 2016
@cnoon cnoon self-assigned this Mar 6, 2016
@vin-the-dev
Copy link
Author

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants