Hi folks,
My maximum file size upload tops at 50Kb, no matter what the browser or OS.
My PHP settings are:
enabled extensions:
imagick, imap , json, mailparse, mbstring , pdo , pdo_mysql and pdo_sqlite
options:
allow_url_fopen
On
display_errors
Off
error_reporting
E_ALL
file_uploads
On
include_path
.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php
log_errors
On
mail.force_extra_parameters
no value
max_execution_time
180
max_input_time
180
max_input_vars
1000
memory_limit
256M
open_basedir
no value
post_max_size
128M
session.save_path
/tmp
short_open_tag
On
upload_max_filesize
256M
These settings here changed based on some tips of other topics on this forum.
On the field, there is no min/max image dimensions.
Thanks!