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. HTTp post

HTTp post

Scheduled Pinned Locked Moved ASP.NET
sysadmin
3 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.
  • E Offline
    E Offline
    ellllllllie
    wrote on last edited by
    #1

    hello, is there anyway to simalate the work of the file upload without displaying the input file upload, while we got access to the client file. in other word can we http post the client file and catch it from the server using httpfilecollection class. regards, Elie.

    dghdfghdfghdfghdgh

    A T 2 Replies Last reply
    0
    • E ellllllllie

      hello, is there anyway to simalate the work of the file upload without displaying the input file upload, while we got access to the client file. in other word can we http post the client file and catch it from the server using httpfilecollection class. regards, Elie.

      dghdfghdfghdfghdgh

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

      You want to implement HTTPPost for file Upload ?

      Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET

      1 Reply Last reply
      0
      • E ellllllllie

        hello, is there anyway to simalate the work of the file upload without displaying the input file upload, while we got access to the client file. in other word can we http post the client file and catch it from the server using httpfilecollection class. regards, Elie.

        dghdfghdfghdfghdgh

        T Offline
        T Offline
        Tiger456
        wrote on last edited by
        #3

        ellllllllie wrote:

        simalate the work of the file upload without displaying the input file upload,

        if you just want to hide the control and do the functionality then its possible. Hide the control using CSS/Javascript , then use a button or image when this object is clicked you have to fire the click event of file control which will bring the Select file dialog. its simply File control customization if you wish to similate the file selection through code(without user interaction) then this will not be possible due to security reasons. Better approach will be going for ActiveX

        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