ASP page: file upload from IE

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • feng

    ASP page: file upload from IE

    Hi,

    I want to build file upload functionality that, when user
    clicks on a link, a file browse box pops up and allow the
    user to select a file and upload it. Is this supported by
    IE at all? If yes, could someone send me a simple example?

    Thanks a million!

    Feng
  • dave

    #2
    Re: ASP page: file upload from IE




    "feng" <anonymous@disc ussions.microso ft.com> wrote in message
    news:e54c01c43c 59$ac49cc50$a30 1280a@phx.gbl.. .[color=blue]
    > Hi,
    >
    > I want to build file upload functionality that, when user
    > clicks on a link, a file browse box pops up and allow the
    > user to select a file and upload it. Is this supported by
    > IE at all? If yes, could someone send me a simple example?
    >
    > Thanks a million!
    >
    > Feng[/color]


    Comment

    • David C. Holley

      #3
      Re: ASP page: file upload from IE

      You'll want to investigate using the 'file' type of input control on a form.

      feng wrote:[color=blue]
      > Hi,
      >
      > I want to build file upload functionality that, when user
      > clicks on a link, a file browse box pops up and allow the
      > user to select a file and upload it. Is this supported by
      > IE at all? If yes, could someone send me a simple example?
      >
      > Thanks a million!
      >
      > Feng[/color]

      Comment

      Working...