I am using the “Blueimp Jquery file upload plugin” on my website, and I give a permission to users to can uploading files on my sever. I hosted my website on HostGator.
The problem is that users cannot upload files’ size more than 64MB/file, and after searching I found that HostGator has setting this limit of the uploading files to 64MB/file as a maximum in the “php.ini” file, and I cannot change this size limit.
But actually I can upload any size of files without any limits directly via the FTP.
So, am asking about if there is a workaround that I can use to avoid this HostGator Limits,
or if there is way to allow users uploading the files directly to the server via FTP throw this jquery plugin “web application”.
You definitely can change hostgator’s max file size settings, as I’ve done it before several times.
In the directory of your choosing, create a .htaccess file. In this file include php overwrite settings.
Unless something has changed in the last few months, this workaround has always worked for me.