dlaizure
Starting Member
8 Posts |
Posted - 28 April 2002 : 02:46:47
|
Hello,
I am attempting to build a knowledge base (of sorts) using the snits forums as a interface through which users can both access the information I am populating into the forums and add their own. I have a large amount of documentation and reference material that I would like to import into the forum. This information is currently saved as a bunch of ascii txt files. Each .txt file is about 20KB and represents a unique discussion on a particular subject, therefore each needs to be its own topic in a forum.
The question is, is there an easy way to import this data so I can populate the database without manually cutting and pasting the data and then "posting" each topic into the appropriate forum?
It was recommended to me that I consider writing a script to do this using the FileSystemObject obeject to accomplish my goal. That sounds great except that I don't code ASP and am wondering of anyone out there either has a script for this or can put a simple one together for me? I searched for FileSystemObject on this web site and saw a couple of scripts written that look like they were designed to do this same sort of thing, only with pictures. Unfortuneately I don't even know enough about ASP to modify these scripts or even to know if simply moding those scripts would work. Thanks for any help you can offer
Dale
|
|