I keep getting the following message

"A file must be provided. If you tried uploading a file, make sure it's less than the upload size limit."

I have created a php.ini file on the root directory

upload_max_filesize=250M ;
post_max_size=250M ;

What else do you guys thing i should do in order to upload up to 150MB...

Thanks in advance