ksp shenoy

Greenhorn
+ Follow
since Jun 20, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by ksp shenoy

HI,
I am using TOMCAT webserver and my application has file upload and download feature.Here, for each file(once uploaded),I need to provide 2 links. [download] and [View]....."download" option should give the user the option to save/open the file...and "view" option should open the file directly in th current browser...

When I use <a href="filename">download</a>, the file gets open in the browser directly...This is desired when I click on "View" but not on "Download"...How can I achieve both...Please help me...

Regards
KSPShenoy
Hi all,

I need to determine the extension (or MIME type...) of a file in JAVA..How can I do this...?

Thanks
KSPShenoy
19 years ago
Thanx for the tips
19 years ago
Hi all,

I need to implement a search feature in one of my jsp application. Here, user inputs the search keyword and the application has search through all the files stored on the server and list out all the files containg the given keyword...So, is there any specific java API for this..? Or I need to read each and every file to look for the key word...in the second case, the process will take more time to perfom the search and seems to be less efficient...So, kindly help in this regards..

Regards
Pandurang
19 years ago