If I want to upload only video type files what is the best
way to give in cffile accept parameter as it could be any sort of
video file and reject rest others.
You may also use application/octet-stream if you don't know
which specific types are going to be uploaded. It is a generic
content type for binary files.