|
Posted by ELINTPimp on 08/01/07 20:06
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 form,
> > 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 sizes
> > 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?
I decided to find the php.net manual entry for what I was getting at:
http://us3.php.net/manual/en/features.file-upload.multiple.php
please make sure you're using multiple <input type='file'>
statements. But would also like to see your code if this isn't the
problem.
[Back to original message]
|