How Can I Get path?
-
I want to place a Doc file in Client 'Temporary Internet Files' folder when Client open my webapplication.So How to Get The Path Temporary Internet Files Folder using Asp.net:confused:
-
I want to place a Doc file in Client 'Temporary Internet Files' folder when Client open my webapplication.So How to Get The Path Temporary Internet Files Folder using Asp.net:confused:
Vanamaindia wrote:
I want to place a Doc file in Client 'Temporary Internet Files' folder when Client open my webapplication
Not possible. Because ASP.NET works on the server, and it don't have permissions to write something on client machine.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Vanamaindia wrote:
I want to place a Doc file in Client 'Temporary Internet Files' folder when Client open my webapplication
Not possible. Because ASP.NET works on the server, and it don't have permissions to write something on client machine.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
Ok,Tell me How to Get The Path Temporary Internet Files Folder using Asp.net?? Ex: by using Request.UserHostAddress() I can Get the Client IP Like this How Can I Get the Temporary Internet Files Folder Path
-
Ok,Tell me How to Get The Path Temporary Internet Files Folder using Asp.net?? Ex: by using Request.UserHostAddress() I can Get the Client IP Like this How Can I Get the Temporary Internet Files Folder Path
I think you can't. All you can access from client are client's IP Address, type of browser, OS and screen resolutions.. That's all.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) "Please vote to let me (and others) know if this answer helped you or not. A 5 vote tells people that your question has been answered successfully and that I've pitched it at just the right level. Thanks."
-
Ok,Tell me How to Get The Path Temporary Internet Files Folder using Asp.net?? Ex: by using Request.UserHostAddress() I can Get the Client IP Like this How Can I Get the Temporary Internet Files Folder Path
Vanamaindia wrote:
Tell me How to Get The Path Temporary Internet Files Folder using Asp.net??
Not possible. This won't be send to the server by a browser. So you won't get it. Why you want to write something to temporary internet files ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
I want to place a Doc file in Client 'Temporary Internet Files' folder when Client open my webapplication.So How to Get The Path Temporary Internet Files Folder using Asp.net:confused:
search once in google u may find the answer.;P
-
search once in google u may find the answer.;P
lakshmichawala wrote:
search once in google u may find the answer
No. we won't get an optimum solution for this
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions