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. "asp:fileupload" control is not working

"asp:fileupload" control is not working

Scheduled Pinned Locked Moved ASP.NET
csharpsysadminhelp
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.
  • A Offline
    A Offline
    Anand Desai
    wrote on last edited by
    #1

    Hi coders, I am working in .NET Framwork 3.5 rightnow. I am using "asp:fileupload" control to upload files on server on one of my page. but what's happening is: first I select any file through 'FileUpload' control, then when my page goes through "PostBack" event (that is when I change something else after selecting file), the control is reset to its null value and at submit I am not getting any file to save. Please help me to understand if I am missing something. Thanks,

    Anand Desai Developer Atharva Infotech

    N H 2 Replies Last reply
    0
    • A Anand Desai

      Hi coders, I am working in .NET Framwork 3.5 rightnow. I am using "asp:fileupload" control to upload files on server on one of my page. but what's happening is: first I select any file through 'FileUpload' control, then when my page goes through "PostBack" event (that is when I change something else after selecting file), the control is reset to its null value and at submit I am not getting any file to save. Please help me to understand if I am missing something. Thanks,

      Anand Desai Developer Atharva Infotech

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

      Fileupload control will not persist value across postbacks. User need to select the file again.

      Navaneeth How to use google | Ask smart questions

      1 Reply Last reply
      0
      • A Anand Desai

        Hi coders, I am working in .NET Framwork 3.5 rightnow. I am using "asp:fileupload" control to upload files on server on one of my page. but what's happening is: first I select any file through 'FileUpload' control, then when my page goes through "PostBack" event (that is when I change something else after selecting file), the control is reset to its null value and at submit I am not getting any file to save. Please help me to understand if I am missing something. Thanks,

        Anand Desai Developer Atharva Infotech

        H Offline
        H Offline
        Hampden Tech
        wrote on last edited by
        #3

        Any chance that your asp:FileUpload control is placed within an asp:UpdatePanel control? If so, you will need to add some code to accomodate the Ajax postback. Do a search on ASP FileUpload and UpdatePanel and you will find numerous solutions that will work.

        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