File upload max size

I to update the dream-factory configuration for file storage service

I am getting the api error like below

" 413 (Payload Too Large)"

@regalartech You’ll likely need to increase the upload_max_filesize in php.ini. The error itself is a good indicator you’re server isn’t handling the filesize you are sending.
ERROR: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/413
php.ini: https://www.php.net/manual/en/ini.core.php#ini.upload-max-filesize