Multiple File Upload... Eliminate Spaces

Multiple File Upload... Eliminate Spaces

Hello Everyone!

I am knew to JQuery and I don't necessarily want to learn everything about it.  I primarily use HTML and MIVA and through in some miscelleanoues java scripts and other snippets of code I need to use from other languages.  With that said, I am using the multiple file uploaded from this page: http://www.fyneworks.com/jquery/multiple-file-upload/#tab-Overview

I have it working fine and will attach a database to the process so it will add an entry for each file that is uploaded so that they can easily be kept track of and attach info to each file.  Ultimately the problem I have is that someone will still be able to upload a file with spaces in the file names, and that will cause problems to say the least.  So I need to change the blank spaces into '_'.

I have been trying unsuccessful to handle this in the upload script but without any luck. So I was wondering if it was possible to do it in the form?