Upload multiple files

Truden

New Member
In my aspx file I have 1 text box (txtsubject) and 1 upload control for uploading file and 1 button for saving data in database table (tblDraft),Now my table design is like below and when I upload just one file I do not have problem. Now for attaching multiple files I do not know what I have to do? I have to change design of my table (tblDraft)?\[code\]FileId (int)-identiy (yes)FileName (varchar)Subject (varchar)ContentType (varchar)Data (varbinary(max))Extention (varchar)\[/code\]
 
Back
Top