upload file component

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Utada P.W. SIU

    upload file component

    Hi All,

    Do you know where have free/buy a upload file component?

    I need allow user to select the folder instead of select file one by one

    thanks~~


  • Jeff Cochran

    #2
    Re: upload file component

    On Mon, 19 Jul 2004 11:07:39 +0800, "Utada P.W. SIU"
    <wing0508@hotma il.com> wrote:
    [color=blue]
    >Do you know where have free/buy a upload file component?[/color]

    Try:



    Jeff

    Comment

    • Rob Collyer

      #3
      Re: upload file component

      jeff.nospam@zin a.com (Jeff Cochran) wrote in news:40fbc6de.8 4104445
      @msnews.microso ft.com:
      [color=blue]
      > On Mon, 19 Jul 2004 11:07:39 +0800, "Utada P.W. SIU"
      > <wing0508@hotma il.com> wrote:
      >[color=green]
      >>Do you know where have free/buy a upload file component?[/color]
      >
      > Try:
      >
      > http://www.google.com/search?q=free+...load+component
      >
      > Jeff
      >[/color]

      Why use a component?

      You can do this in pure asp script.

      Search google for 'pure asp upload'

      --
      Robert Collyer

      Free Web Design and Development Help, Discussions, tips and Critique!
      ASP, VB, .NET, SQL, CSS, HTML, Javascript, Flash, XML, SEO !

      Comment

      • Carol

        #4
        Re: upload file component

        A whole folder???



        "Rob Collyer" <webforumz@webf orumz.com> wrote in message
        news:Xns952BC76 D518B8webforumz webforumzco@217 .32.252.50...[color=blue]
        > jeff.nospam@zin a.com (Jeff Cochran) wrote in news:40fbc6de.8 4104445
        > @msnews.microso ft.com:
        >[color=green]
        > > On Mon, 19 Jul 2004 11:07:39 +0800, "Utada P.W. SIU"
        > > <wing0508@hotma il.com> wrote:
        > >[color=darkred]
        > >>Do you know where have free/buy a upload file component?[/color]
        > >
        > > Try:
        > >
        > > http://www.google.com/search?q=free+...load+component
        > >
        > > Jeff
        > >[/color]
        >
        > Why use a component?
        >
        > You can do this in pure asp script.
        >
        > Search google for 'pure asp upload'
        >
        > --
        > Robert Collyer
        > www.webforumz.com
        > Free Web Design and Development Help, Discussions, tips and Critique!
        > ASP, VB, .NET, SQL, CSS, HTML, Javascript, Flash, XML, SEO ![/color]


        Comment

        • Rob Collyer

          #5
          Re: upload file component

          sure.... if you really want to.

          but as with ANY upload solution that does not rely on client side plug-ins,
          you'll still need to select each file one by one.

          --
          Rob Collyer - www.webforumz.com
          Web design and development forums for Free help, advice,
          tips, and website critique by professional designers and developers.



          "Carol" <kgdg@helkusa.c om> wrote in message
          news:hvadnT6-ZbChvGHdRVn-qg@comcast.com. ..[color=blue]
          > A whole folder???
          >
          >
          >
          > "Rob Collyer" <webforumz@webf orumz.com> wrote in message
          > news:Xns952BC76 D518B8webforumz webforumzco@217 .32.252.50...[color=green]
          > > jeff.nospam@zin a.com (Jeff Cochran) wrote in news:40fbc6de.8 4104445
          > > @msnews.microso ft.com:
          > >[color=darkred]
          > > > On Mon, 19 Jul 2004 11:07:39 +0800, "Utada P.W. SIU"
          > > > <wing0508@hotma il.com> wrote:
          > > >
          > > >>Do you know where have free/buy a upload file component?
          > > >
          > > > Try:
          > > >
          > > > http://www.google.com/search?q=free+...load+component
          > > >
          > > > Jeff
          > > >[/color]
          > >
          > > Why use a component?
          > >
          > > You can do this in pure asp script.
          > >
          > > Search google for 'pure asp upload'
          > >
          > > --
          > > Robert Collyer
          > > www.webforumz.com
          > > Free Web Design and Development Help, Discussions, tips and Critique!
          > > ASP, VB, .NET, SQL, CSS, HTML, Javascript, Flash, XML, SEO ![/color]
          >
          >[/color]


          Comment

          • Aaron [SQL Server MVP]

            #6
            Re: upload file component

            Maybe ASPUpload will do this, or XUpload
            (http://www.aspupload.com/xupload.html) -- IE only.

            However, ASPUpload is not free (see if your server already supports it).

            I'm not sure I understand this constant motivation to only use free
            components. If it takes you even an hour to code up a solution yourself, is
            your time not worth using elsewhere and just spend the $100?

            Again, you will have to search around for components that will do this.

            Or, ask your clients to not be so lazy and actually put the files in a zip
            folder. There are free / cheap ZIP components that will allow you to
            extract the contents of an archive once it is uploaded. You can also
            schedule something within the OS to run in the background and extract any
            new ZIP archives it finds in the upload folder.

            --
            Please contact this domain's administrator as their DNS Made Easy services have expired.

            (Reverse address to reply.)




            "Carol" <kgdg@helkusa.c om> wrote in message
            news:hvadnT6-ZbChvGHdRVn-qg@comcast.com. ..[color=blue]
            > A whole folder???[/color]


            Comment

            • Rob Collyer

              #7
              Re: upload file component

              "Aaron [SQL Server MVP]" <ten.xoc@dnartr eb.noraa> wrote in
              news:egGdMWdbEH A.2520@TK2MSFTN GP12.phx.gbl:
              [color=blue]
              > Maybe ASPUpload will do this, or XUpload
              > (http://www.aspupload.com/xupload.html) -- IE only.
              >
              > However, ASPUpload is not free (see if your server already supports
              > it).
              >
              > I'm not sure I understand this constant motivation to only use free
              > components. If it takes you even an hour to code up a solution
              > yourself, is your time not worth using elsewhere and just spend the
              > $100?
              >
              > Again, you will have to search around for components that will do
              > this.
              >
              > Or, ask your clients to not be so lazy and actually put the files in a
              > zip folder. There are free / cheap ZIP components that will allow you
              > to extract the contents of an archive once it is uploaded. You can
              > also schedule something within the OS to run in the background and
              > extract any new ZIP archives it finds in the upload folder.
              >[/color]

              I say again.... who needs an upload component when you can do this in
              PURE ASP?

              Just use script instead of components (and extra server overhead)

              --
              Robert Collyer

              Free Web Design and Development Help, Discussions, tips and Critique!
              ASP, VB, .NET, SQL, CSS, HTML, Javascript, Flash, XML, SEO !

              Comment

              • Bob Barrows [MVP]

                #8
                Re: upload file component

                Rob Collyer wrote:[color=blue]
                >
                > I say again.... who needs an upload component when you can do this in
                > PURE ASP?
                >
                > Just use script instead of components (and extra server overhead)[/color]

                It's been well-established (just Google this newsgroup) that a non-component
                (pure asp) upload is slow. If you're dealing with large uploads, it is best
                to use a component.

                Bob Barrows
                --
                Microsoft MVP - ASP/ASP.NET
                Please reply to the newsgroup. This email account is my spam trap so I
                don't check it very often. If you must reply off-line, then remove the
                "NO SPAM"


                Comment

                • Rob Collyer

                  #9
                  Re: upload file component

                  "Bob Barrows [MVP]" <reb01501@NOyah oo.SPAMcom> wrote in
                  news:uyJ56wkbEH A.4092@TK2MSFTN GP11.phx.gbl:
                  [color=blue]
                  > Rob Collyer wrote:[color=green]
                  >>
                  >> I say again.... who needs an upload component when you can do this
                  >> in PURE ASP?
                  >>
                  >> Just use script instead of components (and extra server overhead)[/color]
                  >
                  > It's been well-established (just Google this newsgroup) that a
                  > non-component (pure asp) upload is slow. If you're dealing with large
                  > uploads, it is best to use a component.
                  >
                  > Bob Barrows[/color]

                  Whilst I do agree bob, I imagine for the situation intended, a script
                  based solution will be more than adequate.

                  I envisage a site with hundreds of users all performing uploads
                  is not what is in discussion here.

                  Anyway, there is a very fast script based one out there that side-steps
                  the usual string-concat downfall of ASP.

                  --
                  Robert Collyer

                  Free Web Design and Development Help, Discussions, tips and Critique!
                  ASP, VB, .NET, SQL, CSS, HTML, Javascript, Flash, XML, SEO !

                  Comment

                  • Aaron [SQL Server MVP]

                    #10
                    Re: upload file component

                    > Whilst I do agree bob, I imagine for the situation intended, a script[color=blue]
                    > based solution will be more than adequate.[/color]

                    "More than adequate" does not mean optimal.

                    In any case, you're still not solving the problem. How does using pure ASP,
                    as you keep pushing, help the OP upload an entire folder?

                    A


                    Comment

                    • Larry Bud

                      #11
                      Re: upload file component

                      "Aaron [SQL Server MVP]" <ten.xoc@dnartr eb.noraa> wrote in message news:<egGdMWdbE HA.2520@TK2MSFT NGP12.phx.gbl>. ..[color=blue]
                      > Maybe ASPUpload will do this, or XUpload
                      > (http://www.aspupload.com/xupload.html) -- IE only.
                      >
                      > However, ASPUpload is not free (see if your server already supports it).
                      >
                      > I'm not sure I understand this constant motivation to only use free
                      > components. If it takes you even an hour to code up a solution yourself, is
                      > your time not worth using elsewhere and just spend the $100?[/color]

                      Haven't you ever worked for a company that doesn't allow you to spend
                      any money? Whether or not it's cost effective is another argument,
                      but sometimes you're just not allowed to spend a dime.

                      [color=blue]
                      > Or, ask your clients to not be so lazy and actually put the files in a zip
                      > folder. There are free / cheap ZIP components that will allow you to
                      > extract the contents of an archive once it is uploaded.[/color]

                      Are you kidding? Computer illiterate people don't know how to
                      zip/unzip anything.

                      Comment

                      • Rob Collyer

                        #12
                        Re: upload file component

                        "Aaron [SQL Server MVP]" <ten.xoc@dnartr eb.noraa> wrote in
                        news:#QRH7hlbEH A.1652@TK2MSFTN GP09.phx.gbl:
                        [color=blue][color=green]
                        >> Whilst I do agree bob, I imagine for the situation intended, a script
                        >> based solution will be more than adequate.[/color]
                        >
                        > "More than adequate" does not mean optimal.
                        >
                        > In any case, you're still not solving the problem. How does using
                        > pure ASP, as you keep pushing, help the OP upload an entire folder?
                        >
                        > A
                        >
                        >
                        >[/color]

                        How does ANY component solve that?
                        At the end of the day, a browser limits the input of type 'file' to a
                        single file.... there is no server side component that will deal with
                        this issue.

                        You will have to go for some browser based plug-in, or client side EXE to
                        get round this if you just want a single click on folder and away it
                        goes.

                        --
                        Robert Collyer

                        Free Web Design and Development Help, Discussions, tips and Critique!
                        ASP, VB, .NET, SQL, CSS, HTML, Javascript, Flash, XML, SEO !

                        Comment

                        • Curt_C [MVP]

                          #13
                          Re: upload file component

                          Exactly... that's why the OP asked for a component.


                          --
                          Curt Christianson
                          Owner/Lead Developer, DF-Software
                          Site: http://www.Darkfalz.com
                          Blog: http://blog.Darkfalz.com


                          "Rob Collyer" <webforumz@webf orumz.com> wrote in message
                          news:Xns952C8F3 105254webforumz webforumzco@217 .32.252.50...[color=blue]
                          > "Aaron [SQL Server MVP]" <ten.xoc@dnartr eb.noraa> wrote in
                          > news:#QRH7hlbEH A.1652@TK2MSFTN GP09.phx.gbl:
                          >[color=green][color=darkred]
                          > >> Whilst I do agree bob, I imagine for the situation intended, a script
                          > >> based solution will be more than adequate.[/color]
                          > >
                          > > "More than adequate" does not mean optimal.
                          > >
                          > > In any case, you're still not solving the problem. How does using
                          > > pure ASP, as you keep pushing, help the OP upload an entire folder?
                          > >
                          > > A
                          > >
                          > >
                          > >[/color]
                          >
                          > How does ANY component solve that?
                          > At the end of the day, a browser limits the input of type 'file' to a
                          > single file.... there is no server side component that will deal with
                          > this issue.
                          >
                          > You will have to go for some browser based plug-in, or client side EXE to
                          > get round this if you just want a single click on folder and away it
                          > goes.
                          >
                          > --
                          > Robert Collyer
                          > www.webforumz.com
                          > Free Web Design and Development Help, Discussions, tips and Critique!
                          > ASP, VB, .NET, SQL, CSS, HTML, Javascript, Flash, XML, SEO ![/color]


                          Comment

                          • Rob Collyer

                            #14
                            Re: upload file component

                            "Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in news:#uuORwlbEH A.2660
                            @TK2MSFTNGP12.p hx.gbl:
                            [color=blue]
                            > Exactly... that's why the OP asked for a component.
                            >
                            >[/color]

                            I presumed he was meaning a server side component.... after all, this is
                            an ASP newsgroup, and not a client side focused group!!

                            So mr Curt.... dont think my comments were stupid, when in fact they were
                            spot on.

                            --
                            Robert Collyer

                            Free Web Design and Development Help, Discussions, tips and Critique!
                            ASP, VB, .NET, SQL, CSS, HTML, Javascript, Flash, XML, SEO !

                            Comment

                            • Curt_C [MVP]

                              #15
                              Re: upload file component

                              1) I never said they were "stupid", dont be so deffensive, geesh.
                              2) Just because it's posted in an ASP group doesn't guarantee the poster
                              realizes when something is server side vs client side, often they are simply
                              not certain.
                              3) actually file uploading, even with a component, involves BOTH the client
                              and the server, so in this case it very well could be ASP related.
                              4) Hey, I'm with you in preferring a pure asp upload, when it fits the
                              needs, and in fact have a nice one on my site. Just that in this case, or
                              any where you need to do multiple files, it's component time.

                              --
                              Curt Christianson
                              Owner/Lead Developer, DF-Software
                              Site: http://www.Darkfalz.com
                              Blog: http://blog.Darkfalz.com


                              "Rob Collyer" <webforumz@webf orumz.com> wrote in message
                              news:Xns952C928 0CFA70webforumz webforumzco@217 .32.252.50...[color=blue]
                              > "Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in news:#uuORwlbEH A.2660
                              > @TK2MSFTNGP12.p hx.gbl:
                              >[color=green]
                              > > Exactly... that's why the OP asked for a component.
                              > >
                              > >[/color]
                              >
                              > I presumed he was meaning a server side component.... after all, this is
                              > an ASP newsgroup, and not a client side focused group!!
                              >
                              > So mr Curt.... dont think my comments were stupid, when in fact they were
                              > spot on.
                              >
                              > --
                              > Robert Collyer
                              > www.webforumz.com
                              > Free Web Design and Development Help, Discussions, tips and Critique!
                              > ASP, VB, .NET, SQL, CSS, HTML, Javascript, Flash, XML, SEO ![/color]


                              Comment

                              Working...