Search found 3 matches
- Fri Feb 05, 2021 7:36 am
- Forum: Configuration
- Topic: Upload multiples files using RestApi
- Replies: 1
- Views: 487
Upload multiples files using RestApi
I want to upload multiple files to be uploaded to open km using rest api ,is there any sepereate api other than /createSimple or else should the payload be modified in such a way to add multiple files and i want to specify different target folders for each file ,how can i achieve that
- Tue Feb 02, 2021 4:14 pm
- Forum: Configuration
- Topic: Change “logo.text” and "logo.tiny" value
- Replies: 6
- Views: 2545
Re: Change “logo.text” and "logo.tiny" value
its in administration > setting icon (configuaration) > and there search for the keys
- Mon Feb 01, 2021 5:45 pm
- Forum: New features discussion
- Topic: changing the logo tiny
- Replies: 1
- Views: 1613
changing the logo tiny
i am trying to change the logo in the ui after successful loging ,but when i inspect the scr for img tag is ../logo/tiny which is a url pattern for a servlet which is responsible to return an image and tried to decompile the .class file of that servlet then i found its using config.LOGO_TINY as a re...