Re: [PHP-DOC] Uploading multiple files note

2004-01-31 Thread Jakub Vrana
> It is possible for you to change the second 'if' statement from: >if (!move_uploaded_file($_FILES['secondfile']['tmp_name'], $uploadfile1)) { > to >if (!move_uploaded_file($_FILES['secondfile']['tmp_name'], $uploadfile2)) { > ??? Fixed. Jakub Vrana

Re: [PHP-DOC] Uploading multiple files note

2004-01-31 Thread Gabor Hojtsy
Hehe, you see there are valid reasons to have an array instead of poking around with your own variable names. :) Goba Peter Sankauskas wrote: Hi, I recently added a note to the 'Uploading multiple files' page and made a tiny little mistake. Is it possible for you to edit it for me (since there

[PHP-DOC] Uploading multiple files note

2004-01-31 Thread Peter Sankauskas
Hi, I recently added a note to the 'Uploading multiple files' page and made a tiny little mistake. Is it possible for you to edit it for me (since there is no editing procedure)? My note is: Why even bother with uploading multiple files into an array? If you are expecting files for particular rea