Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Urgent Please???????????

Urgent Please???????????

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-net
11 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vanamaindia
    wrote on last edited by
    #1

    :confused: By using this statement 'Request.UserHostAddress()' I know the Ip of the Current system in asp.net ,How Can I get The "Temporary Internet Files" Folder Path in Current system using asp.net ..Pls Give me the Code or suggestions???????????????????????/

    C A M 3 Replies Last reply
    0
    • V Vanamaindia

      :confused: By using this statement 'Request.UserHostAddress()' I know the Ip of the Current system in asp.net ,How Can I get The "Temporary Internet Files" Folder Path in Current system using asp.net ..Pls Give me the Code or suggestions???????????????????????/

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      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 )

      1 Reply Last reply
      0
      • V Vanamaindia

        :confused: By using this statement 'Request.UserHostAddress()' I know the Ip of the Current system in asp.net ,How Can I get The "Temporary Internet Files" Folder Path in Current system using asp.net ..Pls Give me the Code or suggestions???????????????????????/

        A Offline
        A Offline
        Abhijit Jana
        wrote on last edited by
        #3

        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"

        V 1 Reply Last reply
        0
        • A Abhijit Jana

          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"

          V Offline
          V Offline
          Vanamaindia
          wrote on last edited by
          #4

          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

          A C 2 Replies Last reply
          0
          • V Vanamaindia

            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

            A Offline
            A Offline
            Abhijit Jana
            wrote on last edited by
            #5

            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"

            V 1 Reply Last reply
            0
            • V Vanamaindia

              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

              C Offline
              C Offline
              Christian Graus
              wrote on last edited by
              #6

              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 )

              1 Reply Last reply
              0
              • A Abhijit Jana

                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"

                V Offline
                V Offline
                Vanamaindia
                wrote on last edited by
                #7

                Then ,How the Browser save the images and Files in Temporary Internet Files Folder???

                C V 2 Replies Last reply
                0
                • V Vanamaindia

                  Then ,How the Browser save the images and Files in Temporary Internet Files Folder???

                  C Offline
                  C Offline
                  Christian Graus
                  wrote on last edited by
                  #8

                  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 )

                  1 Reply Last reply
                  0
                  • V Vanamaindia

                    :confused: By using this statement 'Request.UserHostAddress()' I know the Ip of the Current system in asp.net ,How Can I get The "Temporary Internet Files" Folder Path in Current system using asp.net ..Pls Give me the Code or suggestions???????????????????????/

                    M Offline
                    M Offline
                    Michael Sync
                    wrote on last edited by
                    #9

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

                    V 1 Reply Last reply
                    0
                    • M Michael Sync

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

                      V Offline
                      V Offline
                      Vanamaindia
                      wrote on last edited by
                      #10

                      ^ |

                      1 Reply Last reply
                      0
                      • V Vanamaindia

                        Then ,How the Browser save the images and Files in Temporary Internet Files Folder???

                        V Offline
                        V Offline
                        Vasudevan Deepak Kumar
                        wrote on last edited by
                        #11

                        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.

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups