Urgent Please???????????
-
First of all, try reading on how to ask questions. 'urgent please' is not helpful. You cannot hope to access the temporary internet files folder on the client in any way, and that includes finding out where it is. You have no access to the users file system.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
try to use this conecpt Dim strFiles() As String = Directory.GetFiles(Environment.GetFolderPath(Environment.SpecialFolder.InternetCache)) check this link ;) Temporary Internet Files[^]
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
-
try to use this conecpt Dim strFiles() As String = Directory.GetFiles(Environment.GetFolderPath(Environment.SpecialFolder.InternetCache)) check this link ;) Temporary Internet Files[^]
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
It Gives the path in server's Temporary Internet Files folder path...WHere the webapp is Running But I need Client's Temporary Internet Files folder path Who Currently use my web app
-
It Gives the path in server's Temporary Internet Files folder path...WHere the webapp is Running But I need Client's Temporary Internet Files folder path Who Currently use my web app
Vanamaindia wrote:
I need Client's Temporary Internet Files folder path Who Currently use my web app
You dont have to access permission to client files. :cool:
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
-
It Gives the path in server's Temporary Internet Files folder path...WHere the webapp is Running But I need Client's Temporary Internet Files folder path Who Currently use my web app
And you can't. Like I said.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Vanamaindia wrote:
I need Client's Temporary Internet Files folder path Who Currently use my web app
You dont have to access permission to client files. :cool:
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
Then ,How the Browser save the images and Files in Temporary Internet Files Folder???
-
Then ,How the Browser save the images and Files in Temporary Internet Files Folder???
Stop what you're doing. If someone is paying you to do it, then just hope he doesn't notice. Go and buy a book on ASP.NET, and read it. You are very lost, right now. The browser has access to the file system. Your app, inside the browser, does not.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Why are you asking this question again and again? We told you already the right answer..
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."
-
Why are you asking this question again and again? We told you already the right answer..
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."
^ |
-
Then ,How the Browser save the images and Files in Temporary Internet Files Folder???
So childish and immature question. A little child would see a chocalate in the hands of another child and then start crying 'I want that chocolate'. Even if it is given one, it would not stop crying and continue on an emphatic crying 'I want
THAT
chocalate'. It looks like that. Web browser is a trusted application in the users' system and it has access to the disk. Your application is a guest in the user'system. There is a limit to each and every entity.Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
Regional Weblog (in Tamil) :: Voicing for the Society
Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.