Response.TransmiFile
-
Hi all, In my application I am using Response.TransmitFile to download a file on clients machine which, prompts the user where to save the file if the user clicks on save button. But I want to fix the location on clients system if he clicks on save button. Is it possible ? How do I meet this by any other means. Thank U all, Kiran
-
Hi all, In my application I am using Response.TransmitFile to download a file on clients machine which, prompts the user where to save the file if the user clicks on save button. But I want to fix the location on clients system if he clicks on save button. Is it possible ? How do I meet this by any other means. Thank U all, Kiran
kadkir wrote:
I want to fix the location on clients system if he clicks on save button.
How do you know what type of file system the client is using. When you fix the location you give Something like C:\...... If C drive doesn't exist(If it is a unix system) what will happen?
kadkir wrote:
Is it possible ?
The very first answer is NO :(
kadkir wrote:
How do I meet this by any other means.
If you really want to do this, The answer is ActiveX controls.
EVEN THE WORD IMPOSSIBLE SAYS I M POSSIBLE.
-
kadkir wrote:
I want to fix the location on clients system if he clicks on save button.
How do you know what type of file system the client is using. When you fix the location you give Something like C:\...... If C drive doesn't exist(If it is a unix system) what will happen?
kadkir wrote:
Is it possible ?
The very first answer is NO :(
kadkir wrote:
How do I meet this by any other means.
If you really want to do this, The answer is ActiveX controls.
EVEN THE WORD IMPOSSIBLE SAYS I M POSSIBLE.