Sound Uploader Problem

Ok, i have a problem.

I am from austria, so please forgive my poor english ;)

When i try to upload sounds with the regular uploader, nothing happens.

I am able to browse my computer, to search for a song but after i selected a song and i click on continue, a never ending sign appears...like its uploading... but nothing.

When i try to upload sounds with the flash uploader, i am able to upload the song and even play it! But... the song time always stays by 0.00 and i am not able to go forward or backwards in the song.

I am just able to click on play and the song starts from the beginnig to the end but i can't rewind the song back or forwards.

I uploaded a song that runs over 3 minutes, but only 0.00 appears.

Does anyone have an idea what the problem could be?

Thanks

Quote · 8 May 2011

Hello open the your root's .htaccess file and insert these code lines :

php_value upload_max_filesize 150M
php_value post_max_size 150M

 

after :

<IfModule mod_php5.c>
php_flag allow_url_include Off
php_flag register_globals Off

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 9 May 2011

Adding on:

 

If that doesn't work, you can also try adding the following to a php.ini file:

 

upload_max_filesize=150M

post_max_size=150M

 

You should alter these values to match your site's needs (unless you want people to be able to upload media of that size, of course).

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 9 May 2011

Thank you.

It worked Surprised

Quote · 10 May 2011
 
 
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.