Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
How can I create a new subfolder in ThingWorxStorage\repository? I don't want everything to just be dumped into "SystemRepository". I'd like to create different subfolders for different uses in ThingWorx; or is this not supported? What is the best practice for file uploads, image storage, etc...
Solved! Go to Solution.
Christopher, create a new Thing based on the FileRepository Template. A new repository would be created under ThingworxStorage\repository\your_thing_name. You can create sub-folders by accessing the 'Services' section of your created FileRepository Thing and executing the 'CreateFolder' service.
Christopher, create a new Thing based on the FileRepository Template. A new repository would be created under ThingworxStorage\repository\your_thing_name. You can create sub-folders by accessing the 'Services' section of your created FileRepository Thing and executing the 'CreateFolder' service.