class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
more info about the class
case 'flv' : $this->file_src_mime = 'video/x-flv';
AddType video/x-flv flv
$handle->allowed = array('video/x-flv');
and this to .htaccess
and this to the page i use for handling..
--->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..