File upload using a form

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

    File upload using a form

    Can someone explain how file uploading & modification works step by
    step, using an html form ?

    I need to create a website, which receives images (jpg, gif) using an
    html form, and then run a php script to modify those images (size and
    format).

    Mike

  • Daniel Tryba

    #2
    Re: File upload using a form

    siliconmike <siliconmike@ya hoo.com> wrote:[color=blue]
    > Can someone explain how file uploading & modification works step by
    > step, using an html form ?
    >
    > I need to create a website, which receives images (jpg, gif) using an
    > html form, and then run a php script to modify those images (size and
    > format).[/color]

    It's such a FAQ that is in the manual:


    Should answer all your questions.

    Comment

    • siliconmike

      #3
      Re: File upload using a form

      thanks

      Comment

      • Daniel Tryba

        #4
        Re: File upload using a form

        siliconmike <siliconmike@ya hoo.com> wrote:[color=blue]
        > thanks[/color]

        Beware that you will still run into strange things. Like that XP has the
        nasty habit to always send jpegs with the mimetype image/pjpeg, wheter
        they are progressive or not.

        Comment

        Working...