Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-5703

how to use PropertyModel for saving image to database

    XMLWordPrintableJSON

Details

    Description

      hi,

      i have a file upload process for image.

      fileupload.java
      https://gist.github.com/cortix/9079660

      User1.java
      https://gist.github.com/cortix/f5fbc0a137d6acfa9b40

      fileupload.html
      https://gist.github.com/cortix/9082148

      i got this error
      https://gist.github.com/cortix/9079743

      ...
      final FileUploadField fileUpload = new FileUploadField("fileUpload",new PropertyModel(user1, "photo"));
      form.add(fileUpload);
      ...

      i think i should change my ProperyModel for images to save database because in my pojo class my object type is byte[]... When i use this way, i get error... i am thinking if this PropertyModel change, i can fix this problem but i don't know how can i use this PropertyModel for byte type..

      Attachments

        Activity

          People

            Unassigned Unassigned
            hasancelik hasan çelik
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: