Hi, I am new to kentico and created a custom module for uploading data to module classes from Excel. I want to store image in some folder and upload only image name.Where should I upload my images? What would be the URL of that image to display?Example:Image uploaded at: /files/images/test.jpgIn my HTML: @img src='/files/images/@%# Eval(@image_name@) %@'/@Thanks
↧