bossenti opened a new issue, #2181: URL: https://github.com/apache/streampipes/issues/2181
### Body As of now, every file uploaded to StreamPipes receives a unique identifier. While this is conveniant to handle multiple files with the same name, it has some drawbacks for document retrieval. One is, that it is not possible to query a file by its original name safely. Furthermore, it might get confusing for users if there are, e.g., five files displayed with the same name. Therefore, we should aim to use the file name as identifier. But we need to consider here how we can allow the user to upload a file whose file name is already in use, e.g, by opening a dialog that allows to enter a new file name or proposes an adapted file name. ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
