I am using a fileuploader i found online, however if i pass a filename with an & in it, on my POST form, it will not work.

Any ideas on how to get this to passthrough?

So for example, if i had a file named "Joe & Mitch File.doc"

It will pass joesupload.asp?filename=Joe & Mitch File.doc

It thinks that after the & there is a new variable..

Thanks guys