I am trying to upload a file bigger than 250Mb but dropzone.js is not able to upload it. I have checked the server configuration and its looks fine. Here are the more details
upload_max_filesize=1024M
post_max_size=1024M
Its successfully uploading the file less than 250MB. Any help will be appreciated.