64M upload limitation

Permalink
I am trying to creata an online shop using Concrete 5.

So far everything has been amazing, but now I am trying to upload Wav files. The majority of them are fine, but some of them are larger than 64mb, and I really want to be able to sell them on my shop!! Any ideas why there is a 64mb upload limit? Or any ways that I can get around it?

I don't want to compress the files into MP3 as I need to deliver the high quality Wav files to them,.


Many thanks

 
nteaviation replied on at Permalink Reply
nteaviation
Modify your php.ini configuration changing:
post_max_size = xxxM
upload_max_filesize = xxxM

Restart your web server after changing any configuration settings.
I believe the default is 64M which is the limit you are hitting.
wagdi replied on at Permalink Best Answer Reply
wagdi