0
I have uploaded 17 out of 24 songs of an album. The 18th song will not upload but it does not give me an error message... help please!
Responses (2)
-
Accepted Answer
-
Accepted Answer
0I have seen this before on some of the other streaming apps I have used. Typically it is a setup issue with the end users webserver configuration. If you are using php to upload large files or batches of files at once, it can very well be your php configuration on your webserver.
Typically these are the areas within the php.ini file that can cause this issue if they are set to low:
upload_max_filesize
post_max_size
also I find upping some of the resource settings will make a big difference as well, especially with stuff like playlist and streaming or anything that is script intensive:
max_execution_time
max_input_time
memory_limit
Increasing these numbers will make a huge difference. The defaults are just to sparse for a multimedia application.
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »