I made my own file-uploading system, which works perfectly fine when I, or someone with an ADSL-connection want's to upload. But when someone using a cable-connection want's to upload, my server doesn't respond. And no files are transferred.
Can anyone tell me how to solve this problem, cause it's driving me mad !!!

(the lines of code I use for a form:
<form action="uploadProducts.php" method="post" enctype="multipart/form-data" name="form2">

I have checked all the options in my php.ini file
It isn't the php-script which causes the problem, because no files are being transferred at all ...... this of course, when someone uses a cable-connection. With ADSL-connection everything works fine)
I also tried changing the server-time-out, but that didn't work.

    many people i know who use cable internet are unable to transfer files (ex. download, receive files through MSN messenger). its possible that its their connection, not ur scripting. just a thought...

      Yeah, that's possible. But some of who tested my script, were able to upload files to , for instance, hotmail (for attachments).

        Write a Reply...