hai friends,

please guide me how to store a .doc (resume ) into sqlserver in asp.net using c#

i know the fileupload control but how it can store into sqlserver which datatype i can take..


please give me a valuable solution as soon as possible.

Thanks & Regards
A.Kranti Kumar
MudiamInc S/w Pvt. Ltd

Recommended Answers

All 3 Replies

u can save files in any location(D:\Resume) with file name attached with rowid and save the name of file with location in database.and for security u can encrypt the file data.

hai friends,

please guide me how to store a .doc (resume ) into sqlserver in asp.net using c#

i know the fileupload control but how it can store into sqlserver which datatype i can take..


please give me a valuable solution as soon as possible.

Thanks & Regards
A.Kranti Kumar
MudiamInc S/w Pvt. Ltd

You need to use ntext data type :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.