Tag Archives: regular-expressions

Sanitize File Names Using VBScript

Posted 18 May 2006 | By mitch | Categories: Geekery, Programming, VBScript | 1 Comment

We use an ASP based form to enable our customers to submit files created as part of a registration process. During the submission, the file is sent as an email attachment to our support staff, and a copy is written to a file server as a backup. The application uses a standard Win32 Save dialog [...]