Download Files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm trying to download files using asp.net (vb) and it seems to take forever
to actually bring up the Save As dialog box. The files are Academic Software
Downloads so are quite large in size, but would have thought that the Save As
dialog would still come up fairly quickly and just the download time would
take some time.

I have tried to search for some example code for downloading files, but seem
to only find examples on uploading files.

I'm hoping that someone has some examples of how I would go about this as I
feel that my code has some logical errors in it (i.e. it's doing an extra
step to complete my objective).

Thanks for any help in advance.

Kind regards,

Grant.
 
Just an extra note to my question:

I have got it working, but the problem is that it takes sooooo long for the
Save As dialog to appear (sometimes 2 minutes). So my question is really...
does anyone know how to download files quickly without the clients thinking
that nothing is working and either clicking on the download link again and
again, or just giving up.

Thanks again,

Grant.
 
the browser does not pop up the save as dialog until after it has downloaded
the file. you can use client script to give some feedback that the download
has started.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top