Forum Discussion
Hi Kim,
are your pictures located in the Vault or codetree?
In the past is was possible to upload files within the regular AML call. But I am not sure if this is still possible with the current batch loader. Reasons were general browser security updates. I don´t use the original Aras BatchLoader so I cannot tell how the situation is right now. (I use a self-design BatchLoader, it can upload files but uses a workaround...)
In general: For help pages and other static objects I would always recommend to store the images in the codetree instead of the vault.
Vaulted pictures for static objects like pages or icons only make trouble. They decrease performance and you always have to ensure your Vault(s) contains the images in case you duplicate the database for testing purposes. A vaulted TOC icon will literally crash your complete Innovator if the reference is missing.
So if I understand your use case correct, I would personally make a codetree patch that stores the images in the customer folder or similar. For codetree images it doesn´t make a difference if user apply the patch before or after AML import. Missing references just will lead to a placeholder image.
Only exception would be security - if your help page images are confidential and require special user permission.