Connecting Tech Pros Worldwide Forums | Help | Site Map

File upload using a form

siliconmike
Guest
 
Posts: n/a
#1: Jul 17 '05
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
Guest
 
Posts: n/a
#2: Jul 17 '05

re: File upload using a form


siliconmike <siliconmike@yahoo.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:
http://nl3.php.net/manual/en/features.file-upload.php

Should answer all your questions.

siliconmike
Guest
 
Posts: n/a
#3: Jul 17 '05

re: File upload using a form


thanks

Daniel Tryba
Guest
 
Posts: n/a
#4: Jul 17 '05

re: File upload using a form


siliconmike <siliconmike@yahoo.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.

Closed Thread