473,394 Members | 2,160 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Forcs download file to Temporary Internet Files

Hi all,

I would like to know if there is any method in asp or asp.net to direct the
browser to download a file into the Temporary Internet Files directory so
that i can make use of vb script to do the further process

ie. tells IE to download my desired Word File into the Temporary Internet
Files and call an office com object to open it
Thx in advance
Regards,

Norton
Nov 18 '05 #1
7 2288
"Norton" <no********@hotmail.com> wrote in message
news:ua**************@TK2MSFTNGP12.phx.gbl...
Hi all,

I would like to know if there is any method in asp or asp.net to direct the browser to download a file into the Temporary Internet Files directory so
that i can make use of vb script to do the further process

ie. tells IE to download my desired Word File into the Temporary Internet
Files and call an office com object to open it


Why would it have to be in Temporary Internet Files in order for vbscript to
operate on it?
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #2
i don't want the browser to open the doc file n the server directly lee

"John Saunders" <jo**************@notcoldmail.com> wrote in message
news:uN****************@tk2msftngp13.phx.gbl...
"Norton" <no********@hotmail.com> wrote in message
news:ua**************@TK2MSFTNGP12.phx.gbl...
Hi all,

I would like to know if there is any method in asp or asp.net to direct the
browser to download a file into the Temporary Internet Files directory so that i can make use of vb script to do the further process

ie. tells IE to download my desired Word File into the Temporary Internet Files and call an office com object to open it


Why would it have to be in Temporary Internet Files in order for vbscript

to operate on it?
--
John Saunders
johnwsaundersiii at hotmail

Nov 18 '05 #3
"Norton" <no********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
i don't want the browser to open the doc file n the server directly lee

Ok, but why would it have to be in Temporary Internet Files in order to
prevent the browser from opening it directly?
--
John Saunders
johnwsaundersiii at hotmail
"John Saunders" <jo**************@notcoldmail.com> wrote in message
news:uN****************@tk2msftngp13.phx.gbl...
"Norton" <no********@hotmail.com> wrote in message
news:ua**************@TK2MSFTNGP12.phx.gbl...
Hi all,

I would like to know if there is any method in asp or asp.net to
direct
the
browser to download a file into the Temporary Internet Files directory
so that i can make use of vb script to do the further process

ie. tells IE to download my desired Word File into the Temporary Internet Files and call an office com object to open it


Why would it have to be in Temporary Internet Files in order for

vbscript to
operate on it?
--
John Saunders
johnwsaundersiii at hotmail


Nov 18 '05 #4
because the target file is a doc file .
which i think it is not expected to directly open from web browser, when one
user has opened the file, the other user can get an unexpected result if he
attempts to open that file..

I have fixed the problem by adding a "?DummyData" code after the link of
that doc, which will download the doc to temp folder...

but seems funny :-P

"John Saunders" <jo**************@notcoldmail.com> wrote in message
news:eN**************@TK2MSFTNGP12.phx.gbl...
"Norton" <no********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
i don't want the browser to open the doc file n the server directly lee


Ok, but why would it have to be in Temporary Internet Files in order to
prevent the browser from opening it directly?
--
John Saunders
johnwsaundersiii at hotmail
"John Saunders" <jo**************@notcoldmail.com> wrote in message
news:uN****************@tk2msftngp13.phx.gbl...
"Norton" <no********@hotmail.com> wrote in message
news:ua**************@TK2MSFTNGP12.phx.gbl...
> Hi all,
>
> I would like to know if there is any method in asp or asp.net to direct the
> browser to download a file into the Temporary Internet Files
directory so
> that i can make use of vb script to do the further process
>
> ie. tells IE to download my desired Word File into the Temporary

Internet
> Files and call an office com object to open it

Why would it have to be in Temporary Internet Files in order for

vbscript
to
operate on it?
--
John Saunders
johnwsaundersiii at hotmail



Nov 18 '05 #5
"Norton" <no********@hotmail.com> wrote in message
news:er**************@TK2MSFTNGP11.phx.gbl...
because the target file is a doc file .
which i think it is not expected to directly open from web browser, when one user has opened the file, the other user can get an unexpected result if he attempts to open that file..

I have fixed the problem by adding a "?DummyData" code after the link of
that doc, which will download the doc to temp folder...


I have never had any problem with a browser opening a .doc file. I have
never heard of any reason to put .doc files or anything else into "Temporary
Internet Files", which isn't even a real directory.

I think you should try putting the .doc files somewhere else and then see
what happens.
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #6
"Norton" <no********@hotmail.com> wrote in message
news:er**************@TK2MSFTNGP11.phx.gbl...
because the target file is a doc file .
which i think it is not expected to directly open from web browser, when one user has opened the file, the other user can get an unexpected result if he attempts to open that file..

I have fixed the problem by adding a "?DummyData" code after the link of
that doc, which will download the doc to temp folder...


I have never had any problem with a browser opening a .doc file. I have
never heard of any reason to put .doc files or anything else into "Temporary
Internet Files", which isn't even a real directory.

I think you should try putting the .doc files somewhere else and then see
what happens.
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #7
Dear John

let me may be i have a try
Thx a lot ^o^

Regards,
norton
"John Saunders" <jo**************@notcoldmail.com> wrote in message
news:eo**************@tk2msftngp13.phx.gbl...
"Norton" <no********@hotmail.com> wrote in message
news:er**************@TK2MSFTNGP11.phx.gbl...
because the target file is a doc file .
which i think it is not expected to directly open from web browser, when one
user has opened the file, the other user can get an unexpected result if

he
attempts to open that file..

I have fixed the problem by adding a "?DummyData" code after the link of
that doc, which will download the doc to temp folder...


I have never had any problem with a browser opening a .doc file. I have
never heard of any reason to put .doc files or anything else into

"Temporary Internet Files", which isn't even a real directory.

I think you should try putting the .doc files somewhere else and then see
what happens.
--
John Saunders
johnwsaundersiii at hotmail

Nov 18 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: atse | last post by:
Hi, I want the MP3 audio files to be able to download by users only. Even I set the pages validated by session, anyone still can type the download url to get my files without access of the pages...
3
by: Richard Kinread | last post by:
I am trying to download Oracle 10g from Oracle's download site and keep getting disk full errors. I am trying to download to my G drive (all kinds of space) and my C drive doesn't have enough...
0
by: Bryan McArdle | last post by:
How is the .NET Download Assembly Cache related to IE's Temporary Internet Files cache? We have a large app that we are deploying using .NET's No-Touch-Deployment capability to launch the app...
4
by: Kevin Muenzler, WB5RUE | last post by:
How do I force a browser to download a file instead of displaying it? In other words I have a page with MP3 and WMA files on it and I would like for the visitor to download the file instead of...
4
by: Nicolás Castagnet | last post by:
Hi, I write this post because I notice a strange behavior related with "Temporary Internet Files" and maybe some of you can help me to understand it. I am working in a web application with...
1
by: Boris | last post by:
We have some .NET 1.1 DLLs which we want to use in a ASP.NET 1.1 web page (actually one is a real .NET DLL in Managed C++ while the others are native Windows DLLs). First we copied all of the DLLs...
0
by: ed | last post by:
Hello All. I have seen many posts slightly similar to this question with no answer. Maybe you have some FAQs or something, sorry if I looks repetitive. Here is my Problem: In my...
5
by: rogersw8n | last post by:
Some how, some way the account that creates folders under Temporary Internet files has been changed to a domain account for VS 2003 and VS 2005. I recently installed VS 2005. All seemed to be ok...
2
by: someusernamehere | last post by:
Hey, I need to implement this with PHP, i.e. I have some files in www.myserver.com/files what I need is when an user log into the account a temporary URL is created for download a file in /files,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.