Re: - How to save target as.. in IE6?
- From: "Randy Birch" <rgb_removethis@xxxxxxxx>
- Date: Sat, 30 Apr 2005 00:35:40 -0400
oops ... sorry, missed the "without the prompts" part.
--
Randy Birch
MS MVP Visual Basic
http://vbnet.mvps.org/
----------------------------------------------------------------------------
Read. Decide. Sign the petition to Microsoft.
http://classicvb.org/petition/
----------------------------------------------------------------------------
"Randy Birch" <rgb_removethis@xxxxxxxx> wrote in message
news:eQzu5yTTFHA.1152@xxxxxxxxxxxxxxxxxxxxxxx
: How about this ... present the IE download dialog without invoking IE, and
: perform this tweak to have the initial folder the one you specify, not the
: default download folder. You can't prevent the user from navigating to
: another folder, but given your description this might work for your needs:
: http://vbnet.mvps.org/code/internet/dofiledownloadcustom.htm
:
: --
:
: Randy Birch
: MS MVP Visual Basic
: http://vbnet.mvps.org/
: ----------------------------------------------------------------------------
: Read. Decide. Sign the petition to Microsoft.
: http://classicvb.org/petition/
: ----------------------------------------------------------------------------
:
:
:
: "Dan" <dan.g@xxxxxxxxxxxx> wrote in message
: news:eE2dNjQTFHA.2908@xxxxxxxxxxxxxxxxxxxxxxx
:: Is there a way to execute "Save Target as" within IE object?
::
:: For instance, I have a link that looks like this:
:: https://www.whatever.com/viewfiles.jsp?fileid=999&name=FILE+NAME+.TIF
:: and I need to download this file to a specific folder with a new file
: name:
:: c:\TifFiles\_999FileName.tif
::
:: If I use URLDownloadToFile, I get a blank page since viewfiles.jsp is
:: preventing me from getting the file directly.
::
:: However, if I use Navigate and then ExecWB(saveas), I am prompted with a
:: dialog to Open/Save/Cancel from Navigate followed by Save As
:: (filename)dialog from ExecWB. With this, I get the ability to download
the
:: file but how do I stop the prompts?
::
:: Ideally, what I am looking for is something like URLDownloadToFile(with
:: ability to provide source url and destination file name) that would work
:: like Navigate->ExecWB(saveas) without the prompts...
::
:: Is this the right group to post this on?
::
::
:
.
- References:
- - How to save target as.. in IE6?
- From: Dan
- Re: - How to save target as.. in IE6?
- From: Randy Birch
- - How to save target as.. in IE6?
- Prev by Date: Re: - How to save target as.. in IE6?
- Next by Date: Re: Determining Win XP vs. Classic styles
- Previous by thread: Re: - How to save target as.. in IE6?
- Index(es):
Relevant Pages
|