May 8, 20187 yr I use supercontainer for a customer module. A customer can log on through a webdirect connection to view their info in our CRM system. Part of the solution is that they can view PDF documents, for example invoices. I use supercontainer to give them acces to these documents. Customers can only view their documents, so I use style=readonly on all documents. This works well, except when I have a document that has # in the name, for example ipadres\#drsstuk.pdf?style=readonly still shows the delete button in the webviewer. Is this a known bug or is the hashtag a character that is not allowed?
May 8, 20187 yr Hi DataClip, The "#" is a reserved character that is not recommended to be in URLs. Everything after the # will get ignored. So if you have http://SOMEIP:8020/SuperContainer/Files/someFiles/#test then what will get served is whatever file is at http://SOMEIP:8020/SuperContainer/Files/someFiles/ .
May 10, 20187 yr Author Thanks, thought that might be the problem. Will update with another character.
Create an account or sign in to comment