Re: File attachments in VB
I've done a similar project (not sure how similar it is to yours) where files are stored on the server for later use. It basically involved a client that recieves the description of the file and inserting it into a DB on the server. Then the file is uploaded onto the server (either regular copy command or FTP) with a specific filename format and this filename is attached to the description record in the DB. For later use, user finds the description and retrieves the file via the client.
This is pretty much the basic functionalities of program such as DOCUMENTUM/MS VSS and so on.
-Cool Bizs