storing files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,
i have an employee management system written in asp.net. i need to attach
different file types to each employee. what's the best way to accomplish this?

article references help if possible.

thanks,
rodchar
 
i have an employee management system written in asp.net. i need to attach
different file types to each employee. what's the best way to accomplish
this?

What do you mean precisely by "attach"...?

What does this mean for an employee...?

How is your employee data stored currently...?

What do you mean by "file type"...? Do you mean "Appraisal", "Sales
Figures", or do you mean ".doc", ".xls" ...?
 
The easiest way is to upload files on the server and keep a link
between employee and attached files in the database.
There is nothing special, look the group for "upload file".
 
Back
Top