I am using com.oreilly.servlet.MultipartRequest to upload my files. My files are getting uploaded properly...but when a filename contains spaces then I am unable to view that uploaded file which has spaces. Does anybody know how to replace a space in a filename with %20 ?