Respected Mitchel Sellers, I'm been working for dnn since 3 months and have been delivered to modules to internal customer of my org. Currently i'm upgrading my helpdesk asp.net application to dnn module. I've done all the work except attachment work. Previously i was using msaccess db and storing all the attachments in db now i'm working on mssql. I'm searching daily internet to find some tips to work with files, dnn, and mssql but could not reach any solution. I' learnt how to put imageurl to image control if images are stored in mssql image datatype table in normal aspnet application. But most of gurus of webapps recommends to store files in filesystem instead of storing in db. As i'm upgrading my normal asp.net app to dnn, I'm not able to load an image to image control from database nor any idea of storing fileupload postedfile to filesystem. Please guide me how to fix these issues. The rest of work has been done. Also i found an error in dnn 5.2.0, I found if a file which is not allowed to unathenticated users and if linkClick.aspx?f=*** link is sent to any one via email and he clicks on the link than he is shown 404 error. I think dnn should prompt the user to login page if file is restricted for unathenticated users. |