I have an Access Database that contains "File Paths" to certain files out on the network. When I say "File Paths", I mean,
M:\SOFTWARE\DMC1\100R3\CARCK1.OBJ
M:\SOFTWARE\DMC1\100R3\GRPCK.OBJ
M:\SOFTWARE\DMC1\100R3\KERCK.OBJ
M:\SOFTWARE\DMC1\100R3\SELCK.OBJ
I have developed an ASP that displays these paths. These paths change according to the search criteria. I would like to click just one button and download these files to my hard drive. When finished, the following files would be on my hard drive:
CARCK1.OBJ
GRPCK.OBJ
KERCK.OBJ
SELCK.OBJ
M:\SOFTWARE\DMC1\100R3\CARCK1.OBJ
M:\SOFTWARE\DMC1\100R3\GRPCK.OBJ
M:\SOFTWARE\DMC1\100R3\KERCK.OBJ
M:\SOFTWARE\DMC1\100R3\SELCK.OBJ
I have developed an ASP that displays these paths. These paths change according to the search criteria. I would like to click just one button and download these files to my hard drive. When finished, the following files would be on my hard drive:
CARCK1.OBJ
GRPCK.OBJ
KERCK.OBJ
SELCK.OBJ