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 7639925
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T08:32:56+00:00 2026-05-31T08:32:56+00:00

I want to allow a web site users to be able to download files

  • 0

I want to allow a web site users to be able to download files from my site, but with the help of a client-side downloader with an ability to continue an interrupted download.

For example, I want to sent a person a file with a size of 30+ Meg. I want the user to have the best downloading experience, so I can’t afford him downloading 25 Meg and then getting the download dropped due to the network problems on his side.

Therefore, I want to have a javascript downloader rendered on a download page, that will show the actual client-side file delivery, and when it is downloaded, to give an ability to a user to save the file.

Or is it not possible due to the fact that javascript won’t be able to open a save file dialog and save to a file system?

  • 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-31T08:32:58+00:00Added an answer on May 31, 2026 at 8:32 am

    I’m afraid that is not possible with JavaScript and that’s why:

    To continue downloading from the certain point you should send to the server the position number to start downloading from. And as JavaScript has no access to local file system, you can’t get that position.

    UPD: it seems that I was too hurrying with the reply.
    The file size can be gotten using the HTML5 File API and after getting the file size you can pass it to the server which should support the partial downloading.

    But anyway, after downloading another part of the file you should sew two pieces together in some way; standard web browser dialog will only suggest to overwrite the file.

    UPD2: to work with files in some Internet Explorers you can use FileSystemObject:

    var fso;
    fso = new ActiveXObject("Scripting.FileSystemObject");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to ASP.NET. On a web site, I want users to be able
I want to allow the end-users of my web application to modify views (via
I'm building a simple web based forum application. I want to allow users to
I want to allow registered users of a website ( PHP ) to upload
I want to create a Web app which would allow the user to upload
I want to create a web application that allows users to sign up, register
I want users to be able to install their own personal certificate into my
Users have been able to log into my website using their Facebook account, but
I would like to allow users of my website see a special Image/Video/HTML but
I've got an interesting one: the ability to marshal the download of files -

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.