DNN Module Import file

六月ゝ 毕业季﹏ 提交于 2020-01-06 06:36:32

问题


I'm making a module to import CODA files. It is a Belgian banking standard. I have seen around on the internet, and as of now, there is no existing module for DNN. There are snippets here and there and there's ODOO, but I need it in DNN. I'm not new to programming, but I am however new to web dev. I am trying to first import the file and then parse it. However, I can't seem to find any straightforward way of importing it. I tried to see the code here but was not able to adapt it for my need.

How to parse a text file with C#

Any help is appreciated.


回答1:


You probably will need to create your own module to handle such specific requirements. There are tutorials out there, but I'd start by either create a simple module at Host > Extensions > Create new extension within DNN itself.

Or use the Christoc's Module Template.

A third but more ugly solution would be to create a standalone aspx page and iframe it.



来源:https://stackoverflow.com/questions/45326464/dnn-module-import-file

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!