Hi,
I was having a look at my media at wordpress and tried to upload a file, but I get the message error 'filename exceeds the maximum upload size for this site.' that was strange since in the previous host I never had any problem uploading when I saw my limit is 'Maximum upload file size: 2 MB.' That is really low to ny gif or movie I try to add.
I tried to create a php.ini file and add the line
Is there anything I can do to to increase my maximum upload file size?
Thanks
I was having a look at my media at wordpress and tried to upload a file, but I get the message error 'filename exceeds the maximum upload size for this site.' that was strange since in the previous host I never had any problem uploading when I saw my limit is 'Maximum upload file size: 2 MB.' That is really low to ny gif or movie I try to add.
I tried to create a php.ini file and add the line
Code:
upload_max_filesize = 100M
but this don't seem to work or change anything on wordpress
Thanks