first of all I need to give you a big THANK YOU for your free hosting service. I am really happy to have that “for testing” and will maybe upgrade later once I know how my website will work.
Now the question, I can’t upload several php files, that are slightly > 1 MB. In the support topic, why files are deleted, the 1 MB limit is pointed at.
But: when I asked phpinfo, it’s giving me a max filesize of 20 MB (see screenshot below).
Which one is the correct file size limit for php files? I guess it’s 1 MB (otherwise files won’t be deleted automatically),
is it possible to increase the php filesize limit to 2 MB? I guess you won’t do it (for me), but at least I want to ask.
Thank you again for your great service.
With best regards, Christian (currently from India)
The PHP max_file_size setting controls to the maximum size of files that can be uploaded to your website using upload features on your website itself. That’s separate from the actual storage of files.
The higher upload size limit is mostly intended for cases where the uploaded file does not get stored as-is, like with theme or plugin installations, or files that get uploaded to external file hosting.