Go to
C:\WINDOWS and locate
php.ini file.
Open the file in any editor of your choice.
Locate
File Uploads heading:
Under that find
upload_max_filesize.
By default upload_max_filesize is 2M. Change 2M to 10M as shown below
; Maximum allowed size for uploaded files.
upload_max_filesize = 10M
Once the changes are made, save the php.ini file and RESTART APACHE.
Then Try to Upload your file again. It should work.