Hi,
I have a strange issue here with this plugin.
For many video files (.flv) we share on the website, there is an internal server error that occurred only by clicking the download link. I mean the Flash player works fine.
Here is the header of the URL starting download :
Connection: close
Date: Thu, 03 Feb 2011 09:20:36 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: PHP/5.2.14
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
Content-Type: application/force-download
Content-Length: 847280610
Content-Disposition: attachment; filename="Pres.flv"
Content-Transfer-Encoding: binary
500 Internal Server Error
It happens only with files over 150MB.
It clearly hangs at line 105 of download.php :
$file = @ fopen($filepath, 'rb')
Edit 09/02/2011: Internet explorer gives the error:
Unable to download download.php from www.mysite.com
Unable to open this Internet site.
The requested site is either unavailbale or cannot be found.
Please try again later.
I searched for a file size limit with php scripts but it sounds really strange to increase memory_limit in the php.ini file.
Is anybody can help on this please?
Regards,
Sebastien