You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to read the files in the drag and drop box, but I have trouble locating them. I want to access them in order to save them in a custom location in the hosted server.
How can I access them? Which object should I use?
I have created a simliar file to removeUserAddedData.ts, which uses these :
export default function (terria: Terria, target: BaseModel) {
// terria.catalog.userAddedDataGroup.remove(CommonStrata.user, target); //prev example:
// TODO: locate the file somewhere and save it in a custom location
}
Any help will be appreciated. Thank you in advance
Andreas
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am trying to read the files in the drag and drop box, but I have trouble locating them. I want to access them in order to save them in a custom location in the hosted server.
How can I access them? Which object should I use?
I have created a simliar file to removeUserAddedData.ts, which uses these :
Any help will be appreciated. Thank you in advance
Andreas
Beta Was this translation helpful? Give feedback.
All reactions