[PHP] File Uplaod
I am trying to uplaod a 3 MB file to a server running apache and PHP. I seem to hitting a 1.7 MB limit on the file size. I do not have max_file_size set in my php.ini. I am using the Jakarta HTTPClient java classes as the client. Any help would be much appriciated. Thanks Rick Laird -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Uploading a file to server behind a firewall
I am trying to upload a file to a server behind a firewall. Notes It works fine from inside the firewall. I access the server and run the following Bug when I run the following code. It works in from within the firewall. But not from outside. I have port forwarding turned on obviously. But is there anything else that I need to do. Any help would be much appreciated. Thanks Rick Laird ?> Back File Upload File Upload File 1: File Upload Results File Upload Results '; } else { echo 'File could not be stored.'; } ?> Back -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php