[PHP] Uploading a file to server behind a firewall

2004-02-26 Thread Rick Laird
forwarding turned on obviously. But is there anything else that I need to do. Any help would be much appreciated. Thanks Rick Laird ?php if ($HTTP_POST_VARS['action']) { ? !-- Code to process Uploaded File and Display -- !-- The HTML to display the results -- ? BRA HREF=?php echo $PHP_SELF ?Back

[PHP] File Uplaod

2004-01-11 Thread Rick Laird
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