> On Sat, Jan 8, 2011 at 11:11 PM, Nicolas <
nicolas.p...@gmail.com> wrote:
> > Hello,
>
> > I use GAE and siena-crud for my Play! application. Do you know how to
> > have a FileUpload field in the admin controller of my model class (see
> > below)? How to save the file to GAE using a Blob column type? Is there
> > a special method that need to be overrided in the controller?
>
> > public class Image extends SienaSupport {
> > @Id(Generator.AUTO_INCREMENT)
> > public Long id;
>
> > @Column("title")
> > @Max(50)
> > @NotNull
> > public String title;
>
> > @Column("imageFile")
> > public Blob imageFile;
> > }
>
> > Thanks for your replies.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "play-framework" group.
> > To post to this group, send email to
play-fr...@googlegroups.com.
> > To unsubscribe from this group, send email to