In my application, I want to upload a file more than 500 MB, but it's giving me an error as the file is too big to upload.
I tried different ways to increase max_upload_size in php.ini and through .htacccess
but its increased till 128MB not more than that.
is there any way to increase it more than 500MB
Thanks in advance