Page 1 of 1

Reg:- Upload Image

Posted: Fri Apr 04, 2014 6:08 am
by Deepak
Dear BLC Team,
Hope every one doing good!!! I had a question "I created a new html page with thymeleaf theme in Admin Module for new adding a product design is completed through it is updating in database side all are fine but i dono how to upload a image and it will stores in which tables It is possible to upload a image seperately by a page so could anyone help me it will be useful for me.




Thanks Regards
Deepak

Re: Reg:- Upload Image

Posted: Tue Apr 08, 2014 10:16 am
by phillipuniverse
You would upload the image by normal Spring MVC means, but you can save it via the StaticAssetService. You can see this in action in the admin with the AdminAssetUploadController.