![]() |
Sergey Kornilov admin 5/22/2012 |
The best option is to store file hierarchy and file names in the database. This way you can quickly search for a certain file. Files itself can be stored in some folder on the web server, there is no need to move them to the database. |
F
|
Frank Erik author 5/22/2012 |
The best option is to store file hierarchy and file names in the database. This way you can quickly search for a certain file. Files itself can be stored in some folder on the web server, there is no need to move them to the database.
|
![]() |
Sergey Kornilov admin 5/22/2012 |
You need to store folders hierarchy in the database as well. |