ChrisMartino Posted January 18, 2010 Share Posted January 18, 2010 Uh, Ok so i have this script were a member uploads his song to his directory but its taking FAR to long and the servers keep timing it out :/ Is there any way to solve this? Link to comment https://forums.phpfreaks.com/topic/188833-uploading-taking-too-long/ Share on other sites More sharing options...
oni-kun Posted January 18, 2010 Share Posted January 18, 2010 Uh, Ok so i have this script were a member uploads his song to his directory but its taking FAR to long and the servers keep timing it out :/ Is there any way to solve this? set_time_limit(0); But you mean far too long, what is your uploading code? Are you using a shared host? Link to comment https://forums.phpfreaks.com/topic/188833-uploading-taking-too-long/#findComment-996904 Share on other sites More sharing options...
ChrisMartino Posted January 18, 2010 Author Share Posted January 18, 2010 Yea. Link to comment https://forums.phpfreaks.com/topic/188833-uploading-taking-too-long/#findComment-997376 Share on other sites More sharing options...
ChrisMartino Posted January 18, 2010 Author Share Posted January 18, 2010 Yea the uploading of the song is taking a very long time and i dont know how to speed it up :/ Link to comment https://forums.phpfreaks.com/topic/188833-uploading-taking-too-long/#findComment-997462 Share on other sites More sharing options...
oni-kun Posted January 18, 2010 Share Posted January 18, 2010 Yea the uploading of the song is taking a very long time and i dont know how to speed it up :/ Well if you're on a shared host, maybe you can assume upload throughput is 64Kbs In Bytes: 4096(4mbs)/(64/8)/60 = ~8.5 minutes upload time Link to comment https://forums.phpfreaks.com/topic/188833-uploading-taking-too-long/#findComment-997477 Share on other sites More sharing options...
ChrisMartino Posted January 18, 2010 Author Share Posted January 18, 2010 Ok, So i done this manually i uploaded the song with my webftp and when i play it though the embed media player its all scrambled? http://zombieforum.hostoi.com/track.php?song=1 Its all broke the sound is weird and wavy nd stuff :/ Link to comment https://forums.phpfreaks.com/topic/188833-uploading-taking-too-long/#findComment-997512 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.