<i><b>Originally posted by : Vo (vodanh02@yahoo.com)</b></i><br /><br />Hi, how can I build an asp.net page that will let me insert files path into database so that people can access the file by clicking on the file name. I have an ASP application that will let me insert binary file into database and store the file in the OLE field, but this method is slow so I want to modify my code so that it upload the file file name and path into database, and then store the file into a folder. Iam a befiner in programing so any help will be appreciated, please help me.
<i><b>Originally posted by : Duc-Hien Vu (dhnvu@yahoo.com)</b></i><br />I found the following article in dotnetjunkies that asnwers your question.<br /><br />Hope this help. Here is the link <br />http://www.dotnetjunkies.com/howto/default.aspx?id=36<br /><br />Duc-Hien Vu<br />------------<br />Vo at 5/18/2002 3:03:10 PM<br /><br /><br />Hi, how can I build an asp.net page that will let me insert files path into database so that people can access the file by clicking on the file name. I have an ASP application that will let me insert binary file into database and store the file in the OLE field, but this method is slow so I want to modify my code so that it upload the file file name and path into database, and then store the file into a folder. Iam a befiner in programing so any help will be appreciated, please help me.
Was this answer helpful ?
Yes No
<i><b>Originally posted by : Duc-Hien Vu (dhnvu@yahoo.com)</b></i><br />My last post show you how to redirect to the file that's already stored. Here is the link on how to upload the file:<br />http://aspalliance.com/das/tutorial/fileupload.aspx<br />Note that in the link example the code show how you can extract the file name. Once you have the file name you can save it in a database record. I trust you already know how to do that.<br /><br />Good luck.<br />------------<br />Duc-Hien Vu at 9/19/2002 4:06:16 PM<br /><br />I found the following article in dotnetjunkies that asnwers your question.<br /><br />Hope this help. Here is the link <br />http://www.dotnetjunkies.com/howto/default.aspx?id=36<br /><br />Duc-Hien Vu<br />------------<br />Vo at 5/18/2002 3:03:10 PM<br /><br /><br />Hi, how can I build an asp.net page that will let me insert files path into database so that people can access the file by clicking on the file name. I have an ASP application that will let me insert binary file into database and store the file in the OLE field, but this method is slow so I want to modify my code so that it upload the file file name and path into database, and then store the file into a folder. Iam a befiner in programing so any help will be appreciated, please help me.
Was this answer helpful ?
Yes No