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

T

thisis

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?
 
M

Mike Brind

thisis said:
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.
 
T

thisis

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..
 
E

Evertjan.

thisis wrote on 28 okt 2006 in microsoft.public.inetserver.asp.general:
[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.
 
A

Aaron Bertrand [SQL Server MVP]

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.
 
T

thisis

Aaron said:
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.

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.
 
A

Aaron Bertrand [SQL Server MVP]

The browser is a trusted executable that is running on the client's
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
 
T

thisis

Aaron said:
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
 

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

Members online

No members online now.

Forum statistics

Threads
474,264
Messages
2,571,065
Members
48,770
Latest member
ElysaD

Latest Threads

Top