|
Posted by Rik on 08/02/07 03:52
On Wed, 01 Aug 2007 22:08:10 +0200, rob <rob@rawb.net> wrote:
> On Aug 1, 4:03 pm, ELINTPimp <smsi...@gmail.com> wrote:
>> On Aug 1, 3:56 pm, rob <r...@rawb.net> wrote:
>>
>> > I'm running PHP 5.2.3 via fastcgi. When I upload one file via a for=
m,
>> > it works perfectly. When I try to upload two files, however, I get =
the
>> > 'Connection Interrupted / The network link was interrupted while
>> > negotiating a connection. Please try again.' message. The file size=
s
>> > aren't an issue as I checked the max post size, etc.
>>
>> > Anyone have any ideas what's wrong?
>>
>> Can I see your <form> code, please?
>
> <form action=3D"/my/url" method=3D"post" enctype=3D"multipart/form-dat=
a">
> <label for=3D"layout_name">Layout Name: *</label>
> <input type=3D"text" name=3D"layout_name" value=3D"" /><br />
>
> <label for=3D"file_thumbnail">Thumbnail Image: *</label>
> <input type=3D"file" name=3D"file_thumbnail" /><br />
>
> <label for=3D"file_background">Background Image:</label>
> <input type=3D"file" name=3D"file_bg" /><br />
>
> <label for=3D"file_contact_table">Contact Table Image:</label>
> <input type=3D"file" name=3D"file_contact_table" /><br />
>
> <label for=3D"file_ext_network">Extended Network Image:</label>
> <input type=3D"file" name=3D"file_ext_network" /><br />
>
> <label for=3D"layout_code">Layout CSS Code: *</label>
> <textarea name=3D"layout_code" rows=3D"10" cols=3D"40"></textarea>
>
> <label for=3D"submit"></label>
> <input type=3D"submit" name=3D"submit" value=3D"I'm done - submit my
> layout!" />
> </form>
It seems perfectly fine. What does a var_dump($_FILES) show you, =
particular the error bit?
-- =
Rik Wasmus
[Back to original message]
|