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
IF a user would upload two data and/or rule files with the same name but different content, the service will override one of the files while temporarily saving them.
The text was updated successfully, but these errors were encountered:
Isn't the path taken into consideration to avoid that?
Unfortunately not. I currently create a JSON object to send the file selection to the microservice with only the following for each file:
{
"file": [here comes the filename],
"content": [here comes the content of the file]
}
The service accepts this data and temporarily creates files to do the reasoning session with EYE.
To avoid any conflicts, I can add something to each filename before saving them.
IF a user would upload two data and/or rule files with the same name but different content, the service will override one of the files while temporarily saving them.
The text was updated successfully, but these errors were encountered: