Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Document Manager.....Pls Help

Status
Not open for further replies.

Forri

Programmer
Oct 29, 2003
479
MT
Hi

My boss would like to save documents on the server. Since documents can vary from *.doc to open office *.sxw or*.pdf ai will need a way to store the data and represent it once again!


is this possible or? how can i manage this? any ideas pls!


Thanks
Nicky
 
You are not describing the server. FTP, WebDAV, Samba, etc? How do you envision this being any different than saving to a networked hard drive?

- - picklefish - -
Why is everyone in this forum responding to me as picklefish?
 
oops sorry!

well this should be an intranet working on apache! using web forms my boss can upload the document and it should be saved....now if its saved as the document itself (which cannot be since the server is linux it will definetly not support *.doc files) or else parse the data within the document and transalates it either to xml or to binary file and stored in mySQL! Is this possible or?

Thanks again
Nick
 
!!?? you can store any type of document under linux, - I kind of miss your aim too.

I think you misunderstand the basics of file systems when talking about Linux.

______________________________________________________________________
There's no present like the time, they say. - Henry's Cat.
 
U're right maybe i'm not explaining well! I'll try again...

The documents are uploaded onto a Linux server. These documents can be of any type ...Word, open office, pdf etc. When the client tries to view a file it has to be viewed as HTML only. What i'm asking is if i can read the document before being uploaded , parse it and make it suitable as HTML (can use XML/XSL) then save it in a MYSQL database for retrieval. Later on this document can be ammended or scrapped!

Hope i made myself a little bit clearer!

thanks
Nick

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top