I have a script installed on my website that allows users to upload files to a certain directory.

However, it appears Bluehost has applied a default limit to the filesize of these files (2MB).

I contacted support, and they told me to place a modified PHP.ini file in my root directory, as well as the download location.

However, this is not possible, as each time a file is upload, it's placed in a new directory. There's no way for me to monitor the split second between the folder creation, and the file upload, and place a php.ini in there in time!

Is there any way I can have the general PHP permissions changed for my website, so there is no need of a .ini file, as that method is not open to me.

Or, failing that, is there anything else I can do?

Thanks.