Hello guys! I have weird problem - I want to upload file (pdf in this case) 25M, and it's throwing me an error which doesn't say much. I have checked my php version, php.ini and everything with the file size seems ok to me, but still, it's not working. From the other side, I Can upload very small pdf (around 65kb) and it works! So my upload_max_filezise, post_max_size are set to 50M, and I can't upload 25M file, but 65kb yes. This is the code in my resource which I am using