Fred.
Well-known member
Hi,
When I try to upload a file only (50kb) i'll get this error.
Php.ini settings
Nginx settings
data directories are chmod 777
I have no Idea anymore what this can be.
Anyone else?
When I try to upload a file only (50kb) i'll get this error.
The following error occurred
The uploaded file is too large for the server to process.
Php.ini settings
Code:
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
; http://php.net/file-uploads
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; http://php.net/upload-tmp-dir
upload_tmp_dir = /tmp
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 64M
; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20
Nginx settings
Code:
client_max_body_size 1024m;
client_body_buffer_size 128k;
server_names_hash_bucket_size 128;
server_names_hash_max_size 10240;
data directories are chmod 777
I have no Idea anymore what this can be.
Anyone else?