7273747576777879
if (!uploadDir.isDirectory()) { throw new IOException("Could not create directory " + uploadDir.getAbsolutePath()); } } catch (Exception e) { throw new StoreManagerException("Could not get upload directory from ResourceLoader: " + UPLOAD_DIR); } }
155156157158159160161162163164165
String imageFileName; try { imageFileName = getPictureName(picture); } catch (IOException e) { throw new StoreManagerException(e); } product.setLogo(imageFileName); product.setCategoryId(categoryId);