I have a requirement to upload images to the different news in the news feed module , means need to add different images to different items in the module's News model. Can someone suggest a way to accomplish this ?.
When I searched , I found that image details uploaded to DNN will be stored in Files table , and I was looking for a way to save to this table and refer the file with its FileID.