File Uploading -- Max size exceeded
Hi all,
I have my own server and have installed everything quite happily. All is working except I don't seem to be able to increase the video upload size limit.
I have modified the php.ini settings and have set
post_max_size = 100M
upload_max_filesize = 100M
max_execution_time = 120
My output from phpinfo() confirms these values.
I can upload smaller videos but if I try and load a video over 25Mb I get the message
File size cannot exceed 25Mb.
I have done an extended search in the code for the number 25 but am unable to track it down.
I am using Ray version 3.1.0000
Dolphin Ver 6.0
Build 0004
Does anybody know where I should be looking
Thanks for any help
regards
The limit is not set in the php.ini file.
It is set in the ".htaccess" files.
Search you installation for these files and open them with a text editor. You will find these limit in those files.
:-)
do admin panel settings match?
admin/plugins/ray suite ..music and video
admin/settings/advanced settings
if they do override with the xml
/ray/modules/mp3/xml
<item key="fileMaxSize"><![CDATA[#fileMaxSize#]]>
#fileMaxSize#<<change to value
make sure they all match
why say 20 here 100 over there and 15 here and expect it to work??
i was just wondering though:
post_max_size = 100M
upload_max_filesize = 100M
max_execution_time = 120
the max execution time, is that not affected if you dont upload the 100mb within the (= 120) 2 minutes?