[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Error uploading a file using a PHP webpage



> I went into the PHP.ini file and changed the max upload to 25M
>  
> 
> ; Whether to allow HTTP file uploads.
> file_uploads = On
>  
> ; Temporary directory for HTTP uploaded files (will use system default
> if not
> ; specified).
> ;upload_tmp_dir =
>  
> ; Maximum allowed size for uploaded files.
> upload_max_filesize = 25M
> 
>  
> I didn't see any other entries for an upload size.  Does anyone have any
> ideas?

Check:

1. post_max_size variable in php.ini
2. In your Apache configuration, I think there's something like 
LimitRequestBody which may also be having an effect.  

--George