Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    More than one binary field problem

    Hey,

    When we declare more than one field of type binary it doesn't work.
    instead it downloads only the content of the field that appears first in the xml (with no regards to what field i clicked on the grid).


    thanks!

    #2
    Anyone?

    this is really important for me!

    thanks

    Comment


      #3
      See the Upload Overview, this behavior is expected - you need to break the FileItem into separate forms, or sponsor SGWT interfaces for the MultiFileItem.

      Comment


        #4
        but we are using a listgrid to display it, not a form.

        is it requires any special configuration on the grid?


        thanks

        Comment


          #5
          this is really important for us.

          if anything is missing in our post for your help, please say.

          here is our problem a again:
          having a info.ds.xml
          with the foolowing fields
          1. id - pk
          2. infoBefore - binary field
          3. infoAfter - binary field
          4. other types

          and binding it to ListGtid makes the download/viewFile work only for the first one.

          thanks!

          Comment


            #6
            anyone? this is really really important for us!

            Comment


              #7
              ListGrid and DynamicForm both support a single upload field. Once again, this is covered in the Upload Overview. Use an external upload control (perhaps launched via an icon column in the grid) to handle uploading more than one file.

              Comment


                #8
                any plan by you to support more than one?
                it kind of a bug that we see the icons on the grid when more than one declared but they are not functioning.
                so please, either make them invisible for the rest or make them work.

                thanks!

                Comment

                Working...
                X