I created this website where users can add new records. In each of those records, the user should have the option to attach a word document. So i Basically created an input control that allows the user to browse and find the file they want attached to their record. Now the problem is, I have to create a link of the file (in the records page) that the user requested to be attached while adding a new record. In order to do this, I have to create a FileSystemObject object. But then I am not too sure of how to do the rest?
Any help would be great!
Any help would be great!