Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6598973
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T18:25:41+00:00 2026-05-25T18:25:41+00:00

I am trying to check the response time with downloading some image file.. So

  • 0

I am trying to check the response time with downloading some image file..
So I am using ASIHTTPRequest [request temporaryFileDownloadPath];

Will it download file in temp directory in iPhone and erase it automatically?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T18:25:42+00:00Added an answer on May 25, 2026 at 6:25 pm

    The temporaryFileDownloadPath is where the file is placed during the download. After the download, it will be copied from there to the location of downloadDestinationPath. If you set downloadDestinationPath to NSTemporaryDirectory(), then the file will be erased by the system automatically at some point.

    If you want to erase the file straight away though, just don’t set a downloadDestinationPath or a temporaryFileDownloadPath, and it will be kept in memory and then deallocated when the request goes out of scope. If the image is too big to fit in memory, set a downloadDestinationPath somewhere (doesn’t really matter, as long as it’s valid), and then after the download is finished remove the file from disk using [[NSFileManager defaultManager] removeItemAtPath:[request downloadDestinationPath] error:nil]. Pass in an NSError* to the error parameter to check if the delete encounters an error.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to check if a file exists. If I use this: NSData *data
I am trying to check if an element is defined, using defined function in
I am trying to generate images using ImageMagick, please check the code below: <?
I am trying to communicate with Google's spell check service using jQuery. Google's service
I'm trying to check the filesize of a document is correct after I download
I am trying to check a series of buttons to see if they have
I am trying to check the following and all throw an out of bounds
I'm trying to check a checkbox, i've tried doing the following :- $('#someId').attr('checked','checked'); $('#someId').attr('checked',
I am trying to check the security of my MVC application. When I try
I am trying to check if an email address already exists in a user

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.