angular-filemanager
angular-filemanager copied to clipboard
File Not Upload up to 12 MB PPTX file and also set server file size configuration i geting same Error
; Maximum allowed size for uploaded files. ; http://php.net/upload-max-filesize upload_max_filesize = 200M
post_max_size 200M max_input_time 800 max_execution_time 800
; Maximum number of files that can be uploaded via a single request max_file_uploads = 30
;;;;;;;;;;;;;;;;;; ; Fopen wrappers ; ;;;;;;;;;;;;;;;;;;
; Whether to allow the treatment of URLs (like http:// or ftp://) as files. ; http://php.net/allow-url-fopen allow_url_fopen = On
; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
; http://php.net/allow-url-include
allow_url_include = Off
Hey @viralchauhan did you check your server configuration beyond php config?
For example in apache the LimitRequestBody value and RequestReadTimeout
For nginx client_max_body_size fastcgi_read_timeout client_body_temp_path
Also this may help you https://doc.owncloud.org/server/9.0/admin_manual/configuration_files/big_file_upload_configuration.html