open file button

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • nuhura01@yahoo.com

    #1

    open file button

    Hi,

    I want to create an 'open file button' which will display open file
    dialog box for users to choose the location of folders to be read. It
    might be easy for Windows Application, but i want to do it from web
    application. Can someone provide me any examples of code or
    suggestions to solve it?

    Thank you.

  • Cor Ligthert [MVP]

    #2
    Re: open file button

    Nahura,

    You can have a look at Input File

    http://msdn.microsoft.com/library/de...input_file.asp

    Cor

    <nuhura01@yahoo .comschreef in bericht
    news:1170992726 .281962.68240@v 45g2000cwv.goog legroups.com...
    Hi,
    >
    I want to create an 'open file button' which will display open file
    dialog box for users to choose the location of folders to be read. It
    might be easy for Windows Application, but i want to do it from web
    application. Can someone provide me any examples of code or
    suggestions to solve it?
    >
    Thank you.
    >

    Comment

    • Newbie Coder

      #3
      Re: open file button

      You are better off asking all ASP.NET questions in
      'microsoft.publ ic.dotnet.frame work.aspnet'

      --
      Newbie Coder
      (It's just a name)


      Comment

      • nuhura01@yahoo.com

        #4
        Re: open file button

        On Feb 9, 1:59 pm, "Cor Ligthert [MVP]" <notmyfirstn... @planet.nl>
        wrote:
        Nahura,
        >
        You can have a look at Input File
        >
        http://msdn.microsoft.com/library/de...shop/author/dh...
        >
        Cor
        >
        <nuhur...@yahoo .comschreef in berichtnews:117 0992726.281962. 68240@v45g2000c wv.googlegroups .com...
        >
        >
        >
        Hi,
        >
        I want to create an 'open file button' which will display open file
        dialog box for users to choose the location of folders to be read. It
        might be easy for Windows Application, but i want to do it from web
        application. Can someone provide me any examples of code or
        suggestions to solve it?
        >
        Thank you.- Hide quoted text -
        >
        - Show quoted text -
        Thanks Cor, i have tried your sample, using INPUT type=file. However,
        the button which I want to create is using asp control button. How I
        want to call or use the INPUT type=file since it is not a member of
        asp?

        Comment

        • Cor Ligthert [MVP]

          #5
          Re: open file button

          You can put behind it runat=server
          Cor

          <nuhura01@yahoo .comschreef in bericht
          news:1171073939 .962882.17240@j 27g2000cwj.goog legroups.com...
          On Feb 9, 1:59 pm, "Cor Ligthert [MVP]" <notmyfirstn... @planet.nl>
          wrote:
          >Nahura,
          >>
          >You can have a look at Input File
          >>
          >http://msdn.microsoft.com/library/de...shop/author/dh...
          >>
          >Cor
          >>
          ><nuhur...@yaho o.comschreef in
          >berichtnews:11 70992726.281962 .68240@v45g2000 cwv.googlegroup s.com...
          >>
          >>
          >>
          Hi,
          >>
          I want to create an 'open file button' which will display open file
          dialog box for users to choose the location of folders to be read. It
          might be easy for Windows Application, but i want to do it from web
          application. Can someone provide me any examples of code or
          suggestions to solve it?
          >>
          Thank you.- Hide quoted text -
          >>
          >- Show quoted text -
          >
          Thanks Cor, i have tried your sample, using INPUT type=file. However,
          the button which I want to create is using asp control button. How I
          want to call or use the INPUT type=file since it is not a member of
          asp?
          >

          Comment

          Working...