472,126 Members | 1,607 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

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

How do I get the parameter and value of clients web browser temporary system path?

Hi All,

myGetImage.asp is suppose to create a temporary file in the client
side,
and display in on the client web browser.

myGetImage.asp needs to know the clients web browser temporary system
path,
in order to create the temp file.

How do I get the parameter and value of clients web browser temporary
system path?

Oct 28 '06 #1
7 1733

"thisis" <he******@web.dewrote in message
news:11*********************@m7g2000cwm.googlegrou ps.com...
Hi All,

myGetImage.asp is suppose to create a temporary file in the client
side,
and display in on the client web browser.

myGetImage.asp needs to know the clients web browser temporary system
path,
in order to create the temp file.

How do I get the parameter and value of clients web browser temporary
system path?
You don't have access to the client filesystem for obvious security reasons.
Therefore you can't.

--
Mike Brind
Oct 28 '06 #2
Hi Mike Brind,
i don't understand your answer, if your correct than:
how ie/ff allows creation on temp files, on the cache folder of clients

your answer is very general, could you please elborate it, ponting
specific to my case..

Mike Brind wrote:
"thisis" <he******@web.dewrote in message
news:11*********************@m7g2000cwm.googlegrou ps.com...
Hi All,

myGetImage.asp is suppose to create a temporary file in the client
side,
and display in on the client web browser.

myGetImage.asp needs to know the clients web browser temporary system
path,
in order to create the temp file.

How do I get the parameter and value of clients web browser temporary
system path?

You don't have access to the client filesystem for obvious security reasons.
Therefore you can't.

--
Mike Brind
Oct 28 '06 #3
thisis wrote on 28 okt 2006 in microsoft.public.inetserver.asp.general:
Mike Brind wrote:
>"thisis" <he******@web.dewrote in message
news:11*********************@m7g2000cwm.googlegro ups.com...
Hi All,

myGetImage.asp is suppose to create a temporary file in the client
side,
and display in on the client web browser.

myGetImage.asp needs to know the clients web browser temporary
system path,
in order to create the temp file.

How do I get the parameter and value of clients web browser
temporary system path?

You don't have access to the client filesystem for obvious security
reasons. Therefore you can't.
[Please do not toppost on usenet]
i don't understand your answer, if your correct than:
how ie/ff allows creation on temp files, on the cache folder of
clients

your answer is very general, could you please elborate it, ponting
specific to my case..
"you" is the clientside code you put in your page, that has no access to
the client's hard disk under normal internet security settings of the
browser.

"The browser" itself has access to do it's job, but "you" don't.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Oct 28 '06 #4
The browser is a trusted executable that is running on the client's machine.
ASP / JavaScript code is missing at least one of those requirements.
i don't understand your answer, if your correct than:
how ie/ff allows creation on temp files, on the cache folder of clients

Oct 28 '06 #5

Aaron Bertrand [SQL Server MVP] wrote:
The browser is a trusted executable that is running on the client's machine.
ASP / JavaScript code is missing at least one of those requirements.
i don't understand your answer, if your correct than:
how ie/ff allows creation on temp files, on the cache folder of clients
Hi Aaron,

the file that i want to create is an image file type - bmp jpg gif...-
it is not a trusted exe.

i don't want to create the file on the server, because each user opens
a session,
and if i have several users on parallell time, the web server will be
very busy processing the users requests.

Oct 28 '06 #6
>The browser is a trusted executable that is running on the client's
>machine.
ASP / JavaScript code is missing at least one of those requirements.
i don't understand your answer, if your correct than:
how ie/ff allows creation on temp files, on the cache folder of clients

Hi Aaron,

the file that i want to create is an image file type - bmp jpg gif...-
it is not a trusted exe.
Yes, I am well aware of that. I was trying to explain why Internet Explorer
can create files on the user's hard drive, but you can't.

A
Oct 29 '06 #7

Aaron Bertrand [SQL Server MVP] wrote:
The browser is a trusted executable that is running on the client's
machine.
ASP / JavaScript code is missing at least one of those requirements.

i don't understand your answer, if your correct than:
how ie/ff allows creation on temp files, on the cache folder of clients
Hi Aaron,

the file that i want to create is an image file type - bmp jpg gif...-
it is not a trusted exe.

Yes, I am well aware of that. I was trying to explain why Internet Explorer
can create files on the user's hard drive, but you can't.

A
Hi Aaron Bertrand,
i thought there is a kind of synonim, i thought using to ;
Request.ServerVariables("ALL_RAW")
as;
Request.CleintVariables("ALL_RAW")

but now i see there are non

Oct 29 '06 #8

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

3 posts views Thread by tornado | last post: by
1 post views Thread by Sanjay Godbole | last post: by
17 posts views Thread by John | last post: by
reply views Thread by leo001 | last post: by

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.