I implemented the attachment MOD without any problem when using an explicit access path to the MS Access 2000 in "config.asp" (Data Source=d:\inetpub\wwwroot\forum2\snitz_forum.mdb). If I change the "config.asp" with an MS Access 2000 virtual path (Data Source=" & Server.MapPath("snitz_forum.mdb")), then I get the following error when I click on the "attach file" button : HTTP 404 - File does not exist. What is the solution ???
I think you probably answered your own question, but why th strconnstring should make any difference to file uploads I have no idea, but if it works one way and not the other, I would suggest you implement it the way it works.