extensions = "|doc|docx|jpg|jpeg|" extension = "|" & fs.GetExtensionName(Request("archivo")) & "|" If InStr(extensions, extension, 1) > 0 tehn