Posted By:
Tim_Man
Posted On:
Tuesday, July 15, 2003 11:45 AM
Hi gurus
In my application, I am able to upload file. But the file
is uploaded as a formfile. I want to convert this file into
blob file before saving it in datbase...Can anybody help me
out in this....
Actually this the process in my application is ...
User upload file -->xxx.anyExtension (Struts upload as
FormFile) Convert this form file to blob before giving it
to ejb CMP bean.
Thanx in advance
Tim