I have an Attachments BO.
I got a report that if a user uploads a Document like "Acme Corp - Invoice # 12345" then it will upload fine,
and gets stored in the correct directory, but when the user tries to re-open the attachment, an error appears:
It appears it is an error as Aware builds the URL to open... not a 'real' issue with the file.
The filename (in the title of the window) is correct.
But the "Message" field is truncated before the "#" symbol, which results in an INVALID URL.
Should this be happening?
Is it something Aware can correct?
If not, I will have to make the users manually rename these docs before uploading which will be a big pain.
I don't want to use REPLACE_PATTERN because then the uploaded file will have the "#" removed, but the original filename will still have it.