flv uploads..

See all posts Reply

flv uploads.. new!
by Amon, 15 years, 3 months ago
I added this around 2420
case 'flv' :
$this->file_src_mime = 'video/x-flv';

and this to .htaccess
AddType video/x-flv flv

and this to the page i use for handling..
$handle->allowed = array('video/x-flv');

--->failed to upload ~250kb *.flv file to server.. :(

i think problem is about server's mime-thing... but i dont know how to solve this. any suggestions?
thanks in advance..Reply
Re: flv uploads.. new!
by colin, 15 years, 3 months ago
Can you copy here the log produced by the class?Reply
Re: flv uploads.. new!
by isa bayram, 14 years, 10 months ago
case 'flv' :
$this->file_src_mime = "flv-application/octet-stream';

$handle->allowed = array('flv-application/octet-stream');Reply