Retrieving file attachment url from CMS.File
Question
Dec 31, 2015
Hi Guys, i'm trying to retrieve attachments from CMS.File node. specifically i've restricted users to uploading jpg and png. i've been doing this to get the url: string.Format("~/getattachment/{0}", node.GetStringValue("FileAttachment", "")); which returns me a ur...