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.