I am building a multi file upload with gallery script and I noticed that when I upload a file around 30MB CFileUploaded returns null when I try to get the file. The code however works perfectly fine with smaller images. Anyone has any info or workaround for this?
extra: checking even further, if the filesize is actually above 2MB CFileUploaded will return null when I try to get the file.
FYI: nginx configuration is fine and the file upload is accepted.