[ale] Error uploading a file using a PHP webpage
George Carless
kafka at antichri.st
Mon Sep 19 09:14:02 EDT 2005
> 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
More information about the Ale
mailing list