Good Morning/Evening 🙂
Another day another problem with PHP!
I am trying to upload files, using the functions:
is_uploaded_file()
move_uploaded_file()
Everything works fine till it reaches the LIMIT size of PHP function which is 2MB. Meaning, if i would be uploading any file which is 1.99MB is still fine, but for more..DOESNt' WORK>
IT is PHP language limitation.
IS THERE ANY WAY AROUND IT? I must upload bigger files? Should i switch languages?
Thanx,
Sofia