msyal

Greenhorn
+ Follow
since Nov 23, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by msyal

There is already a class at www.servlets.com
Download the Oreilly package
There is a java file MultipartRequest.java in that package
complie the file
The MultpartRequest has three parameters
1. HttpServletRequest Objext
2. The path wheer U want to upload the file
3. The max. size of the file
I hope this might help to solve youe problem
23 years ago
Can U tell which microsoft OCX/DLL is used for spell check
I was not able to find one and how to imlpement this through this JNI
However I found spellcheck.dll which has a wrapper EXE , which do all the spell check . I need to implement this DLL through JNI in my java application.
When I implemented this Dll it was giving me error java.library.path . I suppose some problem in DLL library path .
I need to implement the spell checker in my application but till date I haven't found any solution
23 years ago
I need to implement a spell checker in my java application
Can anyone tell me how to do it
23 years ago