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
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
>
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
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
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
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
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
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.
Ive got the following form:
File to upload:
The action thing just passes the results to a function for it to process the up
8 matches
Mail list logo