Input type =File

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kushibobby
    New Member
    • Feb 2010
    • 2

    Input type =File

    Hi,

    Here am Using HTML <input tag as type = file> to upload files.

    when user re submits the page,the path in the Textbox next to browse button is missing.

    Could anybody suggest me something to hold the relevant data in postbacks.

    Thanks
    Bobby
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    is that a javascript question? or what setup do you use? postback sounds like ASP or ASP.net for me ...

    kind regards

    Comment

    • Kushibobby
      New Member
      • Feb 2010
      • 2

      #3
      Hi Gits,

      Its Java script and am using the same in JSP.

      if user resubmits the page I just want to retain the path entered in the text box.

      As am using Input type =file tag,pls suggest me something

      Thanq

      Comment

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5390

        #4
        please show the correspondig code of the form that you submit ... and the javascript code that you use ...

        kind regards

        Comment

        Working...