suponiendo que el valor que le des al check sea 1
Código:
For Each temp in request.Form("ch_delete_image")
if request.Form("ch_delete_image")="1" then
sql="Update " & tabla & " set Image_file =null where Image_file='" & temp & "'"
objCon.execute(sql)
end if
Next