[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Error uploading a file using a PHP webpage
- Subject: [ale] Error uploading a file using a PHP webpage
- From: kafka at antichri.st (George Carless)
- Date: Mon, 19 Sep 2005 09:14:02 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
> 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