I'm trying to create a downloadable product, but I'm getting the following error:
Error: The uploaded file exceeds the upload_max_filesize directive in php.ini (now 2M)
I found the php.ini file, but could not find the entry upload_max_filesize. I did find max_upload_filesize (words reversed) and it is set to 100 megs.
Can anyone help?