byte « Binding « Spring Q&A





1. How to bind byte[]?    forum.springsource.org

I wanted to view/edit pictures on my forms. Pictures are stored in database as BYTE (Informix). I managed to solve my problem by myself after I had posted a long post ...

2. Obtaining uploaded filename when binding byte[] to domain object    forum.springsource.org

Obtaining uploaded filename when binding byte[] to domain object Hi, having bound the byte[] of an uploaded file to a domain object using multipartResolver, how can I obtain the other file ...