how large are the images you are attaching to the product?
Try using smaller image files.
there may be a php error occurring.
Add the following code at line 1 of the products insert [age:
<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>