Upload files

  • Thread starter Thread starter Biao Tang
  • Start date Start date
B

Biao Tang

I have one aspx to upload files to web server, then other users will
view it. What is the best way to keep those files, saving in file
system or database?

Thanks in advance!
Tang Biao
 
Store the files in a directory. Whether to keep the file names in database
or not depends on your application requirements.

Eliyahu
 
Thanks Eliyahu. Could you please explain why storing in a directory is
better than in a Image field of the table? It will be easier to
management and more secure from windows users to access it if in the
database. How do you think?
 
Back
Top