R Ryan Dec 21, 2004 #1 I am new to web programming and have a need to support file attachments... is there any samples/tutorials on how to do this?
I am new to web programming and have a need to support file attachments... is there any samples/tutorials on how to do this?
R Ryan Dec 21, 2004 #2 FYI... these will not be email attachments, but legal descriptions, etc. that will be stored in Sql Server.
FYI... these will not be email attachments, but legal descriptions, etc. that will be stored in Sql Server.
R Ryan Dec 21, 2004 #4 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.
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.
C Curt_C [MVP] Dec 21, 2004 #5 Ahhh.... that's not attaching, that's uploading. Search on "File Upload" -- Curt Christianson Owner/Lead Developer, DF-Software Site: http://www.Darkfalz.com Blog: http://blog.Darkfalz.com
Ahhh.... that's not attaching, that's uploading. Search on "File Upload" -- Curt Christianson Owner/Lead Developer, DF-Software Site: http://www.Darkfalz.com Blog: http://blog.Darkfalz.com