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