Hello Everyone,
I am having a problem uploading over 2 megs using a php upload script. Now based off my reading here (and i could be wrong), i would need to change the php.ini file on the server and set the meg limit higher. php.ini or php.conf.
I looked at the server and could only find php.conf and when i open the file... all thats in there is this.
#
PHP is an HTML-embedded scripting language which attempts to make it
easy for developers to write dynamically generated webpages.
#
LoadModule php5_module modules/libphp5.so
#
Cause the PHP interpreter to handle files with a .php extension.
#
AddHandler php5-script .php
AddType text/html .php
#
Add index.php to the list of files that will be served as directory
indexes.
#
DirectoryIndex index.php
#
Uncomment the following line to allow PHP to pretty-print .phps
files as PHP source code:
#
#AddType application/x-httpd-php-source .phps
I do not see a line for uploading files.
my question is:
1. am i looking in the write place or on the right trial???
2. is there a line im suppose to add to this file??
any direction is much appreciated.
thanks.
-JB-