|
Okay thats your server. You more than likely have your php settings max upload set to 2mb. Your server will drop the upload if it is bigger. You either need to alter your php.ini file and alter those settings in their to allow bigger files or ask your host.
max_execution_time
memory_limit
max_upload_filesize
post_maxsize
|