Image upload error when over 1mb

Hi
not sure if this is a wappler bug or my host, i have an drop zone, that drop zone works just fine, it resizes, etc etc, saves smaller, thumbs, and seems to work, but if I have a file over about 1mb I get a 500 error.

fails on serverconnectForm.js line 262.

I suspect its my host but not 100%, as I did have it working, until I was pushed site live, and was doing a demo of new site to my team and, like always happens you find something not working :wink:

Thanks
Darren

Indeed. Most probably is a php.ini file directive.
Check upload_max_filesize and post_max_size

yep, seems host, they tweaked something (and seems to be working now) :slight_smile:

1 Like