I am trying to upload files (.doc/.pdf) to a SQL database (2005) but I am really struggling to find any step by step guides.
This is what happens on my ASP form:
- User selects a document
- Document is currently upload to a temp file and sent to a email address
However it also needs to be stored within a database field.
I have set the field type within the database to Image. But I am unsure about how I save the binary data information when all I really have is a link to the document (for example C://) from the user.
I also want to be able to download this document at a later date, this is also possible?
Thank you in advance for any help.
Thanks Clare