Welcome Guest, Not a member yet? Register   Sign In
bypass controller and modify headers for flv output
#3

[eluser]Dready[/eluser]
Hello,

don't use "echo" to send your headers :

Code:
header("Content-Type: video/x-flv");
header("Content-Disposition: attachment; filename=\"$filename\"");
header("Content-Length: " . $filesize .")";


Messages In This Thread
bypass controller and modify headers for flv output - by El Forum - 09-29-2008, 05:54 AM
bypass controller and modify headers for flv output - by El Forum - 09-29-2008, 07:31 AM
bypass controller and modify headers for flv output - by El Forum - 09-29-2008, 07:39 AM
bypass controller and modify headers for flv output - by El Forum - 09-30-2008, 06:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB