
barbieq807
uploading video error
Answers
| theguypc | 119 days ago![]() |
![]() | ![]() | |
![]() | Try creating a php.ini file instead. Open your text editor & add the following file_uploads = On output_buffering = on upload_max_filesize = 250M max_input_time = 1000 memory_limit = 64M max_execution_time = 1000 post_max_size = 250M Save this a "php.ini" and upload to your root folder & place one in your modules folder too. Now try it and see if it works. Another option would be to try creating a new .htaccess file specifically for the modules folder. It would only need contain the info you've provided above e.g. php_value upload_max_filesize 250M php_value post_max_size 250M php_value output_buffering on php_value max_execution_time 1000 php_value max_input_time 1000 php_value memory_limit 64M If you are using .htaccess with a Windows server it may not work at all. At least that's what I've read. Others here would be much better suited to help you if this is the case. | ![]() |
![]() | ![]() | ![]() |
Post an Answer
Please login to post an answer.

























