File uploading problem
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
If it is an image file, then you can upload it into the database. If it is any other file, then you can store the address or path of the file in the database and store the file at the location specified in the database. You can use HTML file input control to upload file into the database.
Sandeep S. Sekhon
-
You can save any file you like into the DB, there are couple of good article on this site about file upload, if you have a search, they should answer your questions.