Hi! I have table in sql to nameTableData and folder to name Documents.
Id
|
NameFile
|
1
|
Lection
|
2
|
Lection1
|
3
|
Lection2
|
But I wand use asp.net or windows application save only name file into table and file into folder Documents. When I want retrieve file program must check file name I want open and call it’s from folder. How I can solve this?