I was in need of the new feature to delete associated uploaded files when the record is deleted. I was testing this option and I am getting the following error message when I check off the box to delete file that is associated with record in list mode.
Microsoft VBScript runtime error '800a0035' 
File not found 
/Output6/include/commonfunctions.asp, 
Debug mode:
List:
select [Key], [Club_Id], [Tournament_Name], [Upload_Tournament_File], [Starting_Date], [Ending_Date], [Format], [OtherNotes], [Tees], [Chairman/Officials], [Chairman/Officials Email], [Prizes], [Pairings], [Upload_Pairings_File] From [Schedule] where ([Schedule].[Club_Id]='22') ORDER BY [Ending_Date] ASC
select count(*) From [Schedule] where ([Schedule].[Club_Id]='22') 
Edit View:
select [Key], [Club_Id], [Tournament_Name], [Upload_Tournament_File], [Starting_Date], [Ending_Date], [Format], [OtherNotes], [Tees], [Chairman/Officials], [Chairman/Officials Email], [Prizes], [Pairings], [Upload_Pairings_File] From [Schedule] where (([Schedule].[Key]=24)) and ([Schedule].[Club_Id]='22') 
I am also getting this error when uploading some files; but not all of them
ADODB.Stream error '800a0bbc' 
Write to file failed. 
/Output6/include/commonfunctions.asp, 
This only happens with the new feature in 4.0 checkbox to delete associated file when record is deleted. 
Any idea on this?