|
prontopal
| Joined: 01 Aug 2008 |
| Posts: 4 |
| Location: Florida |
|
 |
I tried upload of music track. I change setting in admin to 5 (thats 5mb right) I upload track and it shows up in profile but nothing plays on player.
Where are the mp3's and videos' uploaded to?
also where is the php.ini file located to change files sizes?
I looked through a whole mess of stuff but could not find it.
If the file sizes are set by my hosting company what do I tell them to change?
|
|
|
|
Dating Software
Site Admin
| Joined: 30 Jul 2006 |
| Posts: 898 |
|
|
 |
Hi!
The actual size of the files which could be uploaded is being defined in php.ini file. Here is an example of the code which must be put in that file:
php_value upload_max_filesize 30M
php_value post_max_size 30M
The uploaded files are being stored in a main folder with name _files. There are subfolders for 'audio', 'video' files.
The php.ini file is usually stored in your server's root directory. Sometimes you should create that file by yourself, if it is not available by default. You can get more detailed explanation concerning that file from your hosting provider.
Thank you.
|
|
|