Try adding this after the recordset and before the delete:
die("/home/cvoffers/_form/"."".$row_rsForm['formFile'] ."");
See if it looks like the correct path... that will tell you if the issue is in the delete server behavior or the filtering of the recordset above it.