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. How Can I ????

How Can I ????

Scheduled Pinned Locked Moved ASP.NET
question
7 Posts 3 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

    :~ I want to place my images in Temporary Internet Files folder in Client's system.when he Opens my webapp.....?? When I open some websites ..the images and files in that website r Placed in my Temporary Internet Files folder..How the Broser know the Temporary Internet Files folder path according to Logged User??

    C 1 Reply Last reply
    0
    • V Vanamaindia

      :~ I want to place my images in Temporary Internet Files folder in Client's system.when he Opens my webapp.....?? When I open some websites ..the images and files in that website r Placed in my Temporary Internet Files folder..How the Broser know the Temporary Internet Files folder path according to Logged User??

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

      Please don't ask again. You can't. No matter how often you ask, you just plain cannot. You can write code on the server which forces the images to preload, but you cannot interact with the file system directly.

      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 )

      V 1 Reply Last reply
      0
      • C Christian Graus

        Please don't ask again. You can't. No matter how often you ask, you just plain cannot. You can write code on the server which forces the images to preload, but you cannot interact with the file system directly.

        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 )

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

        The tell me the code To Force the image into Client Temporary Internet Files Folder?? If u can't don't reply .... ^

        C N 2 Replies Last reply
        0
        • V Vanamaindia

          The tell me the code To Force the image into Client Temporary Internet Files Folder?? If u can't don't reply .... ^

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

          Vanamaindia wrote:

          If u can't don't reply .... ^

          Of course I can. This is pretty basic info, I had no trouble using google to find the answer. http://www.yourhtmlsource.com/images/preloading.html[^] Not that I needed google, I just want to prove how easy this information was for you to find. But, again, the nature of your questions shows you really are lacking the most basic understanding, you should still buy a book and work through it before attempting any ASP.NET work, especially if someone is paying you to do it.

          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 )

          V 1 Reply Last reply
          0
          • V Vanamaindia

            The tell me the code To Force the image into Client Temporary Internet Files Folder?? If u can't don't reply .... ^

            N Offline
            N Offline
            N a v a n e e t h
            wrote on last edited by
            #5

            Vanamaindia wrote:

            To Force the image into Client Temporary Internet Files Folder??

            How many times ! You can't copy/store any files to client machine using ASP.NET

            All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

            1 Reply Last reply
            0
            • C Christian Graus

              Vanamaindia wrote:

              If u can't don't reply .... ^

              Of course I can. This is pretty basic info, I had no trouble using google to find the answer. http://www.yourhtmlsource.com/images/preloading.html[^] Not that I needed google, I just want to prove how easy this information was for you to find. But, again, the nature of your questions shows you really are lacking the most basic understanding, you should still buy a book and work through it before attempting any ASP.NET work, especially if someone is paying you to do it.

              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 )

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

              But it stores in server Only???

              C 1 Reply Last reply
              0
              • V Vanamaindia

                But it stores in server Only???

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

                Buy that book.... Or at least read the article. The images obvioulsy get cached on the client end, but IE handles it, you cannot access the file system directly.

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