Re: [fileupload] Identify the type of document uploaded

2011-03-26 Thread Anand Shankar
either need to use POI or Apache PDFBox for further processing. Thank you! -- Thanks Anand Shankar

Re: FileCleanerCleanup question

2009-10-20 Thread Anand Shankar
! Anand Shankar tFileItem) upload.parseRequest(request); commons-fileupload also generates files for form field items (e.g. text box values). This is an undesired side effect. I want it to generate a file for the actual file that is uploaded, but not the form fields. Is there a way

Re: monitor file update help

2009-10-19 Thread Anand Shankar
Hi I am giving some links and hope will be helpful for you. http://commons.apache.org/vfs/ http://ant.apache.org/ivy/history/latest-milestone/resolver/vfs.html Thanks! Anand Shankar On Tue, Oct 20, 2009 at 8:33 AM, geek.shrek miss_cool_...@yahoo.com wrote: Hi, I would like

File Upload

2009-10-13 Thread Anand Shankar
* java.lang.String[] getParameterValues(java.lang.String name) But now I have enctype=multipart/form-data in my form and I can't use this way... Is there a way to get all the values of a multi-valued parameter? Thanks a lot! -- Anand Shankar

File Upload

2009-10-09 Thread Anand Shankar
my multi-select field? Thanks Anand Shankar