Windows Vista Tips

Windows Vista Tips > Newsgroups > Internet Explorer > Internet Explorer download window


Reply
Fix Vista Errors
Thread Tools Display Modes

Internet Explorer download window

 
 
Tyler Durden
Guest
Posts: n/a

 
      12-27-2009
Is possible to retrieve the full remote web address of a download managed by
internet explorer? I mean, when you download from a website and the only
visible address is the domain wich hosts the file?

Thanks.


 
Reply With Quote
 
 
 
 
rob^_^
Guest
Posts: n/a

 
      12-27-2009
Hi Tyler,

From IE, right-click on the download link/button and either choose 'Copy
Shortcut' or 'Save Target As'.

If this is for your own website, then you are not using MapserverPath
properly.

Regards.

"Tyler Durden" <> wrote in message
news:...
> Is possible to retrieve the full remote web address of a download managed
> by internet explorer? I mean, when you download from a website and the
> only visible address is the domain wich hosts the file?
>
> Thanks.
>
>
>

 
Reply With Quote
 
Tyler Durden
Guest
Posts: n/a

 
      12-27-2009
hi, this is not what I want. Sometimes we want the full path (url) inside
the web server wich stores the file we are downloading, like:

http://g.live.com/1rewlive3/pt/wlsetup-all.exe

wich is the full address provided by the button on:

http://download.live.com/?sku=messenger

On this example the url is visible on page source code, but many times it
isn't, asp pages, etc. How to get it?


"rob^_^" <> wrote in message
news:9357DAFE-9608-4527-832A-...
> Hi Tyler,
>
> From IE, right-click on the download link/button and either choose 'Copy
> Shortcut' or 'Save Target As'.
>
> If this is for your own website, then you are not using MapserverPath
> properly.
>
> Regards.
>
> "Tyler Durden" <> wrote in message
> news:...
>> Is possible to retrieve the full remote web address of a download managed
>> by internet explorer? I mean, when you download from a website and the
>> only visible address is the domain wich hosts the file?
>>
>> Thanks.
>>
>>
>>



 
Reply With Quote
 
Daave
Guest
Posts: n/a

 
      12-28-2009
news://msnews.microsoft.com/eTlenp1h...TNGP06.phx.gbl

Tyler Durden wrote:
> hi, this is not what I want. Sometimes we want the full path (url)
> inside the web server wich stores the file we are downloading, like:
>
> http://g.live.com/1rewlive3/pt/wlsetup-all.exe
>
> wich is the full address provided by the button on:
>
> http://download.live.com/?sku=messenger
>
> On this example the url is visible on page source code, but many
> times it isn't, asp pages, etc. How to get it?
>
>
> "rob^_^" <> wrote in message
> news:9357DAFE-9608-4527-832A-...
>> Hi Tyler,
>>
>> From IE, right-click on the download link/button and either choose
>> 'Copy Shortcut' or 'Save Target As'.
>>
>> If this is for your own website, then you are not using MapserverPath
>> properly.
>>
>> Regards.
>>
>> "Tyler Durden" <> wrote in message
>> news:...
>>> Is possible to retrieve the full remote web address of a download
>>> managed by internet explorer? I mean, when you download from a
>>> website and the only visible address is the domain wich hosts the
>>> file? Thanks.



 
Reply With Quote
 
rob^_^
Guest
Posts: n/a

 
      12-28-2009
Hi Tyler,

Response.ContentType = "application/octet-stream"
Response.AddHeader("Content-Disposition", "attachment;
filename=" & filename)

The value of filename is what is displayed at the top (Title bar area) of
the IE Download dialog. I usually remove the absolute path from the filename
variable to stop users downloading it directly or other sites linking to my
downloads and using my site's bandwidth.

If you are trying to link to a download uri from another site then you won't
be able to do so directly. The site will be hiding the true download url to
prevent ppl like yourself from doing so. Link to the Download Page (where
the download button is) instead. Often those download pages are crafted to
test your browser and OS version and to stream out the appropriate version
of the software for your OS version. Often the Terms and Conditions of Use
of a site will state that you may NOT link directly to the sites download
links or resource uri's. Their server logs will detect that the download
requests are coming from your site.

In the near future when Cloud storage becomes common place, there will be no
download paths, just somewhere in the 'Cloud' and it will be impossible to
reuse a download link as it will continually change each time a file is
downloaded.

If you have any further technical questions could you please post them in
either
<canned>
Developer-specific resources include:

MSDN IE Development Forums <=post such questions here instead
http://social.msdn.microsoft.com/for...iedevelopment/

IE Developer Center
http://msdn.microsoft.com/en-us/ie/default.aspx

Learn IE8
http://msdn.microsoft.com/en-us/ie/aa740473.aspx

HTML and DHTML Overviews and Tutorials
http://msdn.microsoft.com/en-us/library/ms537623.aspx and

Cascading Style Sheets (CSS)
http://msdn2.microsoft.com/en-us/ie/aa740476.aspx

</cannned>


This Public Newsgroup is more for your average, non-technical IE user.

Regards.

"Tyler Durden" <> wrote in message
news:...
> hi, this is not what I want. Sometimes we want the full path (url) inside
> the web server wich stores the file we are downloading, like:
>
> http://g.live.com/1rewlive3/pt/wlsetup-all.exe
>
> wich is the full address provided by the button on:
>
> http://download.live.com/?sku=messenger
>
> On this example the url is visible on page source code, but many times it
> isn't, asp pages, etc. How to get it?
>
>
> "rob^_^" <> wrote in message
> news:9357DAFE-9608-4527-832A-...
>> Hi Tyler,
>>
>> From IE, right-click on the download link/button and either choose 'Copy
>> Shortcut' or 'Save Target As'.
>>
>> If this is for your own website, then you are not using MapserverPath
>> properly.
>>
>> Regards.
>>
>> "Tyler Durden" <> wrote in message
>> news:...
>>> Is possible to retrieve the full remote web address of a download
>>> managed by internet explorer? I mean, when you download from a website
>>> and the only visible address is the domain wich hosts the file?
>>>
>>> Thanks.
>>>
>>>
>>>

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet explorer hangs and stalls moonraker Internet Explorer 10 12-28-2009 01:41 PM
uninstalling IE8 Jo-Anne Internet Explorer 18 12-14-2009 08:02 PM
Internet Explorer 7 or 8 SayWhat Internet Explorer 16 12-13-2009 03:43 PM
Re: How To Get FTP Shortcut to Open Windows Explorer NOT Internet Explorer PA Bear [MS MVP] Internet Explorer 0 12-04-2009 05:59 AM
IE7 forcing itself on me? Adela Internet Explorer 5 10-24-2009 01:10 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59