Hi I need to send the FIlE contents to the EJB to,
February 16, 2007 at 10:10 AM
Hi I need to send the FIlE contents to the EJB to store it into the File Server. But my problem comes when the file is too large. Byte[] is not the good way to send it to EJB and FormFile is not serialiazable. Can someone suggest me the best way to accomplish the same.