Sample for supporting file attachements

  • Thread starter Thread starter Ryan
  • Start date Start date
R

Ryan

I am new to web programming and have a need to support file attachments...
is there any samples/tutorials on how to do this?
 
FYI... these will not be email attachments, but legal descriptions, etc.
that will be stored in Sql Server.
 
The user will need to attach a word/pdf/excel/etc file from their local
environment on a web input page. These will be persisted in Sql Server as
blobs.
 
Back
Top