Posted by Mick on 02/01/06 16:42
Hi there,
I am using the following :
- Win XP
- Easyphp v 1-7
- PHP 4.3.10
I am getting the following error in my apache error log file when
attempting
a file upload.
[Wed Feb 01 14:29:41 2006] [error] PHP Warning: upload_max_filesize of
8 bytes exceeded - file [uploadedfile=pathtomyfile
I can think of only 3 places where this problem might be caused:
a. MAX SIZE VALUE in form
<input type="hidden" name="MAX_FILE_SIZE" value="5242880" />
- Should not be a problem as i'm using above line
b. uploaded_max_filesize in php.ini
- There are two places where this file is stored in easyphp
i. \easyphp\conf_files\ and
ii. \easyphp\php\
Both of these files display
upload_max_filesize = 8MB
Is there anything else i am missing here?
Navigation:
[Reply to this message]
|