RE: [PHP] weird upload problem

2005-01-12 Thread Ford, Mike
To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm > -Original Message- > From: Sebastian [mailto:[EMAIL PROTECTED] > Sent: 12 January 2005 01:59 > > 1: > 2: > 3: > 4: > 5: > 6: > > > > > if (isset($_FILES['ima

Re: [PHP] weird upload problem

2005-01-11 Thread Jason Wong
On Wednesday 12 January 2005 12:16, Sebastian wrote: > i tried both IE6 and Firebox 1.0, both do the same. > does appear its being passed.. doesn't it? array: > Array > ( > [image] => Array > ( > [name] => Array > ( > [0] => image1.jpg >

Re: [PHP] weird upload problem

2005-01-11 Thread Santa
So, in $_FILES all right. may be use foreach instead for? case count() show count of fulled cell of array, and in your case it show 3. but 3 is not end of your array. В сообщении от Среда 12 Январь 2005 07:16 Sebastian написал(a): > Jason Wong wrote: > > How did you ascertain this? What does p

Re: [PHP] weird upload problem

2005-01-11 Thread Sebastian
Jason Wong wrote: > How did you ascertain this? What does print_r($_FILES) show? Unless you're > using a broken browser it *should* work. i tried both IE6 and Firebox 1.0, both do the same. does appear its being passed.. doesn't it? array: Array ( [image] => Array ( [name

Re: [PHP] weird upload problem

2005-01-11 Thread Jason Wong
On Wednesday 12 January 2005 09:59, Sebastian wrote: > 2) if i attach an image to field 1, 3, 5 and skip the other fields only 1 > file gets uploaded.. How did you ascertain this? What does print_r($_FILES) show? Unless you're using a broken browser it *should* work. -- Jason Wong -> Gremlins

Re: [PHP] weird upload problem

2005-01-11 Thread Sebastian
well i found the problem to #1. i forgot an = on the for() loop.. so it uploads all 6 instead of 5. still looking for a solution on #2 - Original Message - From: "Sebastian" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 11, 2005 8:59 PM Subject: [PHP] weird upload prob

[PHP] weird upload problem

2005-01-11 Thread Sebastian
Hi, im working on this mulitiple upload script to auto resize images. everything works, except two problems. 1) for some odd reason if i attach all fields with an image it only submits 5. seems its skipping one. 2) if i attach an image to field 1, 3, 5 and skip the other fields only 1 file gets upl

[PHP] Weird upload problem

2002-12-02 Thread Wilmar Perez
Hello guys Well, I've been trying to upload a file without much success so far. So I'm trying to find the error but honestly this has become a real puzzle for me. I’ve got the following form: File to upload: The action thing just passes the results to a function for it to process the up