[PHP] Newbie needs help with file uploads
I am having difficulty with supporting file uploads from remote domains. I currently am able to upload files if I am on my local area network to the apache server but when I try from another network, the brower times out and comes back with a cannot find server. I suspect either my apache/php configuration is wrong ( I looked at the php_safe directives in the php.ini file but could not see a problem there) or I have a problem with my firewall. I have port 80 open and can submit forms and the like but cannot seem to upload files. I am currently using apache 1.3.20 and php 4.0.6. Help anyone... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] problem uploading files
I have a problem with file uploads in php. My code seems to run fine if I am on the local area network but seems to fail when I try from the outside. My server seems to time out. I suspect that the problem could be with the firewall but am unsure. I have php_safe directive off in the php.ini file and at one time I was able to upload files but cannot figure out what has changed. I am currently using RH 7.1, apache 1.3.20 and php 4.0.6. Help anyone -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] Re: problem uploading files
Any help would be appreciated "Paul Morin" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have a problem with file uploads in php. My code seems to run fine if I > am on the local area network but seems to fail when I try from the outside. > My server seems to time out. I suspect that the problem could be with the > firewall but am unsure. I have php_safe directive off in the php.ini file > and at one time I was able to upload files but cannot figure out what has > changed. I am currently using RH 7.1, apache 1.3.20 and php 4.0.6. Help > anyone > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]