Jump to content

Max File Size Upload is 50Kb


Hubris
 Share

Recommended Posts

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, mailparsembstringpdopdo_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!

Link to comment
Share on other sites

8 hours ago, Hubris said:

My maximum file size upload tops at 50Kb, no matter what the browser or OS.

What is actually happening when you upload larger files? PHP error message? Any JS errors in the browser console? Do you have debug mode on and Tracy Debugger installed and activated for the back-end?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...