Video Uploading Problem

Any one can ,please tell me i have dolphin 6.1 script and i am having problem with uploading videos.

when i tried to upload video. after loading end i receive  error message saying "Error uploading file" please any one of you can tell me what can be the problem.

Thanks

Quote · 14 Aug 2008

You will need edit your php.ini file for max filesize and max upload, I have mine set both to 55M default is 2M then copy it to the ray directory best way is to do the following:

 

1, copy and paste the following code into notepad:

 

<pre><?php system("find * -type d|xargs -i cp --verbose php.ini {}/."); ?></pre>COMPLETE!

 

2, save as phpcopy.php

 

3, upload it to you site directory where index.php is located.

 

4, from your browser go to http://www.yoursite.com/phpcopy.php (replace yoursite.com with your own sitename)

 

This will copy your php.ini into every folder and subfolder in your site.

 

Hope this helps

Quote · 14 Aug 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.