English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am using asp.net as front end and developing intranet mailing system i want to store the files attached in the database can any 1 tell me how to store it?

2006-08-12 04:12:55 · 1 answers · asked by dipak 2 in Computers & Internet Programming & Design

1 answers

There is a way to do it. However, this type of data storage can be problematic, you can just store the file link in the database, and strore the images on your server. It's easier to do, won't tie up your database or connection. If you want users to be able to upload files, most asp hosting accounts come with persists upload or you can create your own, screen for the proper file type, perform string manipulation (e.g. remove or replace spaces) and the store the file path to the database instead of the image.

2006-08-12 04:45:43 · answer #1 · answered by Anonymous · 0 0

fedest.com, questions and answers