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. select a file from one location and into another location

select a file from one location and into another location

Scheduled Pinned Locked Moved ASP.NET
tutorial
4 Posts 2 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.
  • I Offline
    I Offline
    indiaone
    wrote on last edited by
    #1

    HI, I want like 'select a file from one location and into another location' this functionality should be inside gridview and when user edit the gridview row he can change the location of the file and if user want to view the file he need to click on the link means the file path it's self as link. it's possible.if it's then please provide the code or example. Note:-This is web application. thanks

    C 1 Reply Last reply
    0
    • I indiaone

      HI, I want like 'select a file from one location and into another location' this functionality should be inside gridview and when user edit the gridview row he can change the location of the file and if user want to view the file he need to click on the link means the file path it's self as link. it's possible.if it's then please provide the code or example. Note:-This is web application. thanks

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

      Where are these files ? If they are on the server, then it's kind of trivial, if they are on the client, it's not possible.

      Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      I 1 Reply Last reply
      0
      • C Christian Graus

        Where are these files ? If they are on the server, then it's kind of trivial, if they are on the client, it's not possible.

        Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

        I Offline
        I Offline
        indiaone
        wrote on last edited by
        #3

        thanks for reply. yes,it's in the server can you explain about it. thanks

        C 1 Reply Last reply
        0
        • I indiaone

          thanks for reply. yes,it's in the server can you explain about it. thanks

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

          If you're moving files on the server, then you just need to render some representation of the possible paths a file can live in, and on postback, use the File class to move the file. Why do you want to do this ?

          Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

          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