
June 5th, 2002, 11:44 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
<i><b>Originally posted by : gina (gina@devaindustries.com)</b></i><br />Assuming you already know the file path (if you don't, find it using server.MapPath), insert it into your database using a text string, then when you display it in the web page, put the file name between hyperlink tags. For example:<br /><br />fname = "filename & path Taken From your Database" <br /><br />Then when displaying it in your web page table.<br /><br /><a href="<%=fname%>">File Description</a><br /><br />Hope this helps, <br />Gina<br /><br /><br />------------<br />Vo at 5/31/2002 8:52:16 PM<br /><br />Hi, I need to build a web page that will let me insert files path into database so that people can access the file by clicking on the file name in the table. Any ideas? Please help.<br />
|