Hi,
from a php script, using html <input type="file"..> trying to upload pdf files, pdf files with size 4 MB are uploaded successfully, but when trying to upload one with size 12 MB or more, it will not be uploaded. and the array ($_files) will be empty.
please if anyone has any suggestions on how to solve this problem, i'll be more than thankful.
Best Regards,
part of the code is attached