Posted By:
Vifaq_Zafar
Posted On:
Monday, October 21, 2002 05:31 AM
I am new to JSP. I hope I'll be able to explain my problem.
Suppose I have stored the file name(s) and their location(s) in the database. Uploaded file(s) may be in any format (.doc, .pdf, .xls, etc., etc..)
I can get the list of all the file(s) alongwith their location(s) (path) from the database. I want to know that, can JSP page or any component return all the file(s) containing a specific text from the list of files, each file(s) size may be in bytes or mega bytes.
I hope I'll learn a lot from u all and will be able to help others.