Solution:
Add to your php script those lines
ini_set('post_max_size', '64M'); ini_set('upload_max_filesize', '64M'); ini_set('memory_limit', '2048M'); ini_set('max_execution_time', 120);