Ok thanks for clarification. It is uploading file in the azure. Can you please help me, if I can have any way to manage the organize data in azure?
Also, If I want to upload a file from coding, do we have any accessible method of file management module to create folder in file management module? So I can have track of all the documents uploaded from code in file management module.
Thank you so much for your help.
Hi @maliming, Thank you for your reply. I got how to manage the files & folder programmatically.
Can you please help me how to override the getall api of file management module? Like I just want to display files & folder of specific folder instead of all folders by default.
Or is there any way so I can use the UI of file management module and use my api to get list of files & folders?
Thank you.
Thank you @maliming for your help. Can we use the file management component as a child component in other page?
Hi @maliming, I make it working. Thank you so much for all your help.
Do you have any planning to add image viewer or kind of gallery in File Management Module? It would be great if we can display thumbnail of image in the list & then allow user to open in full view & traverse next/previous.
Thank you.
Hi liangshiwei,
Thank you for your help. I am on a Team license, so I don't have an access of the code. Is there any way I can override the setting and use this module for the tenants?
Thank you
Hi @liangshiwei.
Thank you for your reply.
It is working fine for me, wherever I have generated Lookup typehead from abp suite. But it is not working where I have added the lookup typehead in new page, it is not maintaining the selected data.
So I think I am passing the "editingData" incorrectly. Can you please help me with the correct format of "editingData"?
So like in "getfn" we are passing a array of object with id & displayName property. And in autogenerated code from abp suite "editingData" is assigned with the entire object of the entity from the navigation property.
In my case I don't have entire object, I just have id & displayname, What should be the value of "editingData" in my case?
Thank you.