I am doing the drag image using dropzone plugin .
Here everything is working fine ,but when i am going to upload a large file ,ajax response is null .For small mb image file it is coming fine ,response is coming and working fine.
I have echoed the
pr($_FILES);exit;//for large image file it is null
if (!empty($_FILES)) {
}
else
{
}
I am getting an empty array .Here ajax post is coming fine.
I am not getting what is the error ,
For small size image
For large size image
Any suggestion ?
Thank you