While I am able to insert a new product programmatically using the AdminIf.insertProduct() method, there appear to be no product images uploaded, even though I am setting them with AdminProduct.setImage(fullPathToImage). When adding products from the konakartadmin Products page, there is the "Browse" button used to select the image file, and then the "Upload" button. Does this imply there is a secondary upload step needed when adding products programmatically? I have followed the example shown in apiexample file InsertProduct.java.