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

  • Home
  • SEARCH
  • 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 6999399
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:32:10+00:00 2026-05-27T20:32:10+00:00

When I download a URL like this one: http://tinyurl.com/csr2xc7 then ASIHTTPRequest’s temporaryFile is created

  • 0

When I download a URL like this one: http://tinyurl.com/csr2xc7 then ASIHTTPRequest’s temporaryFile is created and the data is not stored in memory. However with a URL like this: http://www.youtube-mp3.org/get?video_id=2MDYBFKjx2I&h=03492626150e7377f6def57cd3bdc16d the temporary file is not created.

The difference is that the second URL immediately starts a download when you open it, whereas the first URL only displays a video that can be downloaded using a request. Also when you open the second url you are first redirected before the download starts.

How can I get this working?

  • 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-27T20:32:10+00:00Added an answer on May 27, 2026 at 8:32 pm

    I was able to solve it myself. When the original request is redirected the temporary file gets deleted too. So in the request:willRedirectToURL: you simply have to set the path again, and now its working like a charm 🙂

    - (void)request:(ASIHTTPRequest *)orig willRedirectToURL:(NSURL *)newURL {
        NSArray *ar = [NSArray arrayWithContentsOfFile:@"/var/mobile/Library..."];
        [request setDownloadDestinationPath:[[ar objectAtIndex:orig.tag] valueForKey:@"Path"]];
        [request setTemporaryFileDownloadPath:[[ar objectAtIndex:orig.tag] valueForKey:@"tmp"]];
        [request redirectToURL:newURL];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to download the image from the url http://a3.twimg.com/profile_images/414797877/05052008321_bigger.jpg I am using
How do you download a file from a url with params like the one
I currently use FixedThreadPool to download images from the web, like this: ExecutorService mThreadPool
From http://fullthrottledevelopment.com/php-nonce-library#download , there is a PHP nonce library, but there are a few
I'm using wget to download a set of files via HTTP, using one wget
I`d like to know how I could unit-test the following module. def download_distribution(url, tempdir):
I have the following code to download a URL through a proxy: proxy_handler =
I want to be able to download a URL in C++. Something as simple
I need to download an image from some URL to my server. However, my
I am attempting to download images saved in a url to a local folder,

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.