Uploading Pictures

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

    Uploading Pictures

    Hi all

    Can anyone tell me the simplest easiest way to upload pictures to a
    directory.

    It's for a content management page - text boxes for new record information
    and a file browse form box for the picture...


    many thanks


    ---
    Outgoing mail is certified Virus Free.
    Checked by AVG anti-virus system (http://www.grisoft.com).
    Version: 6.0.491 / Virus Database: 290 - Release Date: 18/06/2003


  • xool

    #2
    Re: Uploading Pictures

    Thanks for that Ray, which 3rd party component would you recommend

    Cheers

    "Ray at <%=sLocation% >" <myfirstname at lane34 dot com> wrote in message
    news:e2v#5NegDH A.2072@TK2MSFTN GP10.phx.gbl...[color=blue]
    > http://www.aspfaq.com/2189
    > It doesn't matter if the files are pictures or any other kind of file.[/color]
    It's[color=blue]
    > just a file upload.
    >
    > Ray at work
    >
    > "xool" <me@me.net> wrote in message
    > news:%23A2tTFeg DHA.2984@TK2MSF TNGP11.phx.gbl. ..[color=green]
    > > Hi all
    > >
    > > Can anyone tell me the simplest easiest way to upload pictures to a
    > > directory.
    > >
    > > It's for a content management page - text boxes for new record[/color][/color]
    information[color=blue][color=green]
    > > and a file browse form box for the picture...[/color]
    >
    >[/color]


    ---
    Outgoing mail is certified Virus Free.
    Checked by AVG anti-virus system (http://www.grisoft.com).
    Version: 6.0.491 / Virus Database: 290 - Release Date: 18/06/2003


    Comment

    • Ray at

      #3
      Re: Uploading Pictures

      I personally use a pure VBScript "component" from
      http://www.aspzone.com/articles/john/aspUpload/. Using a scripting solution
      like this is quite slow though, and I'm sure I will give in one day. I just
      really hate using third party components. When I get extra motivated, I'll
      make my own component or purchase one. I don't know which one I'd go with
      though.

      Ray at work

      "xool" <me@me.net> wrote in message
      news:OGILkaegDH A.2464@TK2MSFTN GP09.phx.gbl...[color=blue]
      > Thanks for that Ray, which 3rd party component would you recommend
      >[color=green]
      > > http://www.aspfaq.com/2189[/color][/color]


      Comment

      • Manohar Kamath [MVP]

        #4
        Re: Uploading Pictures

        Ray,

        I'd say spare the pain and go with something like www.aspupload.com. The
        VBScript component makes a great teaching tool for inner workings of
        uploads, but for a few bucks I would use something that's fast.

        --
        Manohar Kamath
        Editor, .netBooks



        "Ray at <%=sLocation% >" <myfirstname at lane34 dot com> wrote in message
        news:uvT4fmegDH A.2632@tk2msftn gp13.phx.gbl...[color=blue]
        > I personally use a pure VBScript "component" from
        > http://www.aspzone.com/articles/john/aspUpload/. Using a scripting[/color]
        solution[color=blue]
        > like this is quite slow though, and I'm sure I will give in one day. I[/color]
        just[color=blue]
        > really hate using third party components. When I get extra motivated,[/color]
        I'll[color=blue]
        > make my own component or purchase one. I don't know which one I'd go with
        > though.
        >
        > Ray at work
        >
        > "xool" <me@me.net> wrote in message
        > news:OGILkaegDH A.2464@TK2MSFTN GP09.phx.gbl...[color=green]
        > > Thanks for that Ray, which 3rd party component would you recommend
        > >[color=darkred]
        > > > http://www.aspfaq.com/2189[/color][/color]
        >
        >[/color]


        Comment

        • Ray at

          #5
          Re: Uploading Pictures

          Thanks Manohar. That's probably what I'll wind up doing, I'd imagine. Or
          maybe I'll just give in and redo everything in .net... I'll get right on
          that. ;]

          Ray at work

          "Manohar Kamath [MVP]" <mkamath@TAKETH ISOUTkamath.com > wrote in message
          news:Ok7lppegDH A.2184@TK2MSFTN GP10.phx.gbl...[color=blue]
          > Ray,
          >
          > I'd say spare the pain and go with something like www.aspupload.com. The
          > VBScript component makes a great teaching tool for inner workings of
          > uploads, but for a few bucks I would use something that's fast.
          >
          > --
          > Manohar Kamath
          > Editor, .netBooks
          > www.dotnetbooks.com
          >
          >[/color]


          Comment

          • Antonin Foller

            #6
            Re: Uploading Pictures

            Take a look at pureasp file upload, http://www.pstruh.cz It is free for up
            to 10MB uploads.

            Antonin

            "xool" <me@me.net> wrote in message
            news:#A2tTFegDH A.2984@TK2MSFTN GP11.phx.gbl...[color=blue]
            > Hi all
            >
            > Can anyone tell me the simplest easiest way to upload pictures to a
            > directory.
            >
            > It's for a content management page - text boxes for new record information
            > and a file browse form box for the picture...
            >
            >
            > many thanks
            >
            >
            > ---
            > Outgoing mail is certified Virus Free.
            > Checked by AVG anti-virus system (http://www.grisoft.com).
            > Version: 6.0.491 / Virus Database: 290 - Release Date: 18/06/2003
            >
            >[/color]


            Comment

            Working...