RE: [PHP] File input in form

2004-02-16 Thread Shaunak Kashyap
serra [mailto:[EMAIL PROTECTED] > Sent: Monday, February 16, 2004 12:47 PM > To: [EMAIL PROTECTED] > Subject: [PHP] File input in form > > > Hi, > > > > I'm designing a form with an file upload process. > > > > So I've wrote something like this: > &

[PHP] File input in form

2004-02-16 Thread marc serra
Hi, I'm designing a form with an file upload process. So I've wrote something like this: This work perfectly and now I got my file valid_form.php which receive the data: In that page I want to call a function to store file like this storeFile($fichier); ps :when I