Table of contents:
This is a Stub article. Help the eZ Publish community by expanding it!
Web applications basically must usually be configured to support large file uploads as well as web servers.
I can't begin to remember to forget the first time I configured eZ Publish v1.x and Apache 1.x to support large file uploads.
Here is an example solution
It sounds like you want to optimize your web server and php configurations together to avoid this error.
max_execution_time = 45 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data ;max_input_nesting_level = 64 ; Maximum input variable nesting level memory_limit = 258M ; Maximum amount of memory a script may consume (128MB) ; Maximum size of POST data that PHP will accept. post_max_size = 201M ; 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 = 201M
Article provided by eZpedia
All text is available under the terms of the GNU Free Documentation License
Powered by eZ Publish Community Project 4.2011
Hosted by Swiss eZ Publish partner YMC