I have successfully uploaded a file in database by converting it into BLOB, and have retrieved the file in form of bytes. But I still couldn't figure out how to pass the bytes from Controller's method to
jsp page. I'm using Spring 3.1 and couldn't find any concrete ways of doing this.