PHP and file / image upload

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

    #1

    PHP and file / image upload

    I have written many programs for file / image upload over the years in
    perl, but know that I am working more in php I find I need to be able
    to do it in php now. I was gonna just do a google serach on how it is
    done in php, but I though it would be wiser to ask the members of this
    group how they accomplish it instead of relying on the top most hits
    on a search that I may be wording wrong.

    So, can anyone point me to some trusted docs, examples, etc on how to
    handle file uploads on the server side in php?

    Thanks in advance

    Bill H
  • Captain Paralytic

    #2
    Re: PHP and file / image upload

    On 12 Oct, 23:08, Bill H <b...@ts1000.us wrote:
    I have written many programs for file / image upload over the years in
    perl, but know that I am working more in php I find I need to be able
    to do it in php now. I was gonna just do a google serach on how it is
    done in php, but I though it would be wiser to ask the members of this
    group how they accomplish it instead of relying on the top most hits
    on a search that I may be wording wrong.
    >
    So, can anyone point me to some trusted docs, examples, etc on how to
    handle file uploads on the server side in php?
    >
    Thanks in advance
    >
    Bill H
    http://delicious.com/Captain_Paralytic/upload

    Comment

    • Myron Turner

      #3
      Re: PHP and file / image upload

      Bill H wrote:
      I have written many programs for file / image upload over the years in
      perl, but know that I am working more in php I find I need to be able
      to do it in php now. I was gonna just do a google serach on how it is
      done in php, but I though it would be wiser to ask the members of this
      group how they accomplish it instead of relying on the top most hits
      on a search that I may be wording wrong.
      >
      So, can anyone point me to some trusted docs, examples, etc on how to
      handle file uploads on the server side in php?
      >
      Thanks in advance
      >
      Bill H


      Myron Turner

      Comment

      • Bill H

        #4
        Re: PHP and file / image upload

        On Oct 12, 6:20 pm, Myron Turner <turnerm...@sha w.cawrote:
        Bill H wrote:
        I have written many programs for file / image upload over the years in
        perl, but know that I am working more in php I find I need to be able
        to do it in php now. I was gonna just do a google serach on how it is
        done in php, but I though it would be wiser to ask the members of this
        group how they accomplish it instead of relying on the top most hits
        on a search that I may be wording wrong.
        >
        So, can anyone point me to some trusted docs, examples, etc on how to
        handle file uploads on the server side in php?
        >
        Thanks in advance
        >
        Bill H
        >

        >
        Myron Turner
        THanks Myron and Captain. Just did a brief look (didnt do any coding
        yet) at the php.net one and see you need to set your form up a
        specific way, what if you are using Flash to upload a file?

        Bill H

        Comment

        Working...