Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi ,
How to export and import File repository with files in Cloud instance?
Thanks,
Solved! Go to Solution.
Either copy them out directly from the server, or use the approach I mentioned in my previous post. Using GetFileListingWithLinks gives you download links to download the files to your client machine.
Upload widget can put them into a repository on the server.
You can use the file upload widget to place files in a repository.
You can use GetFileListingWithLinks on a file repository to get download links for files in the repo.
Usually I create a 'Repo Mashup' that has an Entity Picker, a Tree Widget and a Grid using GetDirectoryStructure and GetFileListingWithLinks to easily browse through all my repositories and manage the file content (you can add create directory, delete file, unzip services and file upload widget)
Hi @PaiChung ,
I am migrating project from TWX 9.1.0 to TWX 9.1.1. I have already exported project and imported into new version of TWX. but
I am not seeing any files in FileRepository which i had created in version 9.1.0. because of large no. of files and complex directory structure
i can't create/upload again in TWX version 9.1.1. So How we can export File Repository with folders and files and Import it to New TWX version?
Thanks
Either copy them out directly from the server, or use the approach I mentioned in my previous post. Using GetFileListingWithLinks gives you download links to download the files to your client machine.
Upload widget can put them into a repository on the server.