Sometimes this error is caused by php.ini. The file size is more than 2M, because its a video file.
go to C:xamppphp directory and open php.ini with your editor. find upload_max_filesize and post_max_size, and change to 100M.
then restart Apache server and you are good to go