FileUpload

How to get the ImageUrl in DotNetNuke with FileID only

DotNetNuke provides the possiblility to upload Files. Instead to save whole file-paths its easier to store just a single integer. The CMS is responsible to map the actual file-location to the file represented. By storing a reference this allows you also to easily build slideshows, galleries or similar.
Subscribe to FileUpload