indyaportal
06-01-2007, 02:44 PM
Hi All,
I developed video releated website using PHP and MySQL. Problem is when i Download Movies stops after 30MB of the movie. I'm getting grazy of this.
Example 125 MB...am able to download only 30MB. Any idea? PHP Script error or server error?
Please help me on this...
craigbrass
06-01-2007, 03:11 PM
How is the file stored? In the database or as a file?
craigbrass
06-01-2007, 03:30 PM
Got a URL I could take a look at?
indyaportal
06-01-2007, 03:40 PM
http://pornty.com/testdownload.php
craigbrass
06-01-2007, 03:51 PM
Downloaded the whole thing fine for me. Maybe a problem at your end?
ThatScriptGuy
06-01-2007, 04:33 PM
Are you feeding the download through the PHP script? If so, have you checked PHP's max execution time?
I'm thinking that you have a slow connection, so your download is taking longer than mine (which worked fine). You are slower so you're running into the max_execution time problem.
I could be totally wrong though. (I'm not even really sure that that's a legitimate reason for it not to be working)
Kevin
jarbi
06-01-2007, 07:12 PM
Or php memory limit? (always _30mb_) ;)
ThatScriptGuy
06-01-2007, 07:14 PM
It's not the memory limit, because the download worked fine for me.
It's something to do with his connection or the execution time.