I have an asp.net form on a website that allows users to upload files and then it saves them on my server. It uses one of the fields (the users name) as a prefix to the filename. I need to know how to remove any special characters from the prefix before saving it so that it does not throw an...