Re: uploading with FormFile problem

2009-01-27 Thread Nils-Helge Garli Hegvik
Could you filter on the extension of the file name instead? Nils-H On Tue, Jan 27, 2009 at 6:28 PM, Tatiyana Tarabara wrote: > Hi, > I am facing some problems while uploading a file using Struts' FormFile > object. I want to allow user to upload only .pdf files. For that I am > comparing the Con

uploading with FormFile problem

2009-01-27 Thread Tatiyana Tarabara
Hi, I am facing some problems while uploading a file using Struts' FormFile object. I want to allow user to upload only .pdf files. For that I am comparing the ContentType of the file being uploaded using FormFile's getContentType() method. The problem is , when users uploading their pdf files