This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Import multiple file in one "Document"

dmonte - Thursday, September 24, 2015 9:46 AM:

Hello everybody,

Is there anybody who know if it is possible to upload more than one file at the same time in the section called "documents" ? If yes, could you please tell me how we can do this ?

Thank you,

Regards,

Daniel



tengz520 - Thursday, September 24, 2015 9:47 PM:

<Item type="Document" action="add">

 <name>xxxx</name>

  <Relationships>

    <Item type="Document File" action="add">

      <related_id>

        <Item type="File" action="add">

          <actual_filename>C:2.xls</actual_filename>

          <filename>2.xls</filename>

          <Relationships>

            <Item type="Located" action="add" where="related_id='67BBB9204FE84A8981ED8313049BA06C'">

              <related_id>67BBB9204FE84A8981ED8313049BA06C</related_id>

            </Item>

          </Relationships>

        </Item>

      </related_id>

    </Item>

 <Item type="Document File" action="add">

      <related_id>

        <Item type="File" action="add">

          <actual_filename>C:3.xls</actual_filename>

          <filename>3.xls</filename>

          <Relationships>

            <Item type="Located" action="add" where="related_id='67BBB9204FE84A8981ED8313049BA06C'">

              <related_id>67BBB9204FE84A8981ED8313049BA06C</related_id>

            </Item>

          </Relationships>

        </Item>

      </related_id>

    </Item>

  </Relationships>

</Item>

 

like this?



DavidSpackman - Thursday, September 24, 2015 10:19 PM:

Hi Daniel, 

 

Do you mean via AML or via the client?

What version of Aras are you using?

 

 



dmonte - Tuesday, September 29, 2015 3:44 AM:

No sorry for the misunderstanding, as I told to David I am talking about adding multiple file in one document via the client. :)

Thanks for the help you can provide.

Daniel



dmonte - Monday, September 28, 2015 9:52 AM:

Hi David,

Yes sorry, I mean to add multiple files via the client. Moreover, to answer to your question, I am using Aras Innovator 11.0 Build: 6073.


Thanks,

Daniel



DavidSpackman - Tuesday, September 29, 2015 4:17 AM:

Hi Daniel, 

With 11.0 you can only add one file at a time through the client. 11 Service Pack 2 (re)added support for drop and drag into the files window. You need to be a subscriber to download the service packs though.

The next public release (which is 12.0 isn't due out until H2 next year. It should introduce drop and drag into the public release)

 

 



dmonte - Tuesday, September 29, 2015 4:23 AM:

Oh ok thank you for your answer. I really appreciate your help. Have a good end of day in Australia ;). For us here in France it's still morning.

Thanks,

Daniel