Forums

ASP

This topic is locked

ASP Document Sharing Application

Posted 24 Oct 2001 01:13:59
1
has voted
24 Oct 2001 01:13:59 Joseph A posted:
Does anyone know of an ASP application that allows for document sharing? This app would need to maintain original native formatting of documents such as Word or Excel. The documents would need to be uploaded and stored in a directory on the server and be retrievable through a standard Web Browser.

Any help or code for UltraDev would be greatly appreciated.
Thanks,

Archerman


Replies

Replied 24 Oct 2001 09:48:02
24 Oct 2001 09:48:02 Viktor Farcic replied:
First you need to upload file and store it's name in DB. To upload document use Pure ASP Upload. After that just insert link to that file.

<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Does anyone know of an ASP application that allows for document sharing? This app would need to maintain original native formatting of documents such as Word or Excel. The documents would need to be uploaded and stored in a directory on the server and be retrievable through a standard Web Browser.

Any help or code for UltraDev would be greatly appreciated.
Thanks,

Archerman



<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Reply to this topic