This isn't strictly a chromium-os dev question, but I'm hoping someone here knows the answer (and that the rest of you will forgive me!)
I have a process that generates HTML files (reports), which I want to add as links to a web page, so that other people can see these reports easily.
I can load them into my browser using file:///... but that only works locally for me; I can't add that as a link in other web pages. I have looking all over the place but I have not found any tool, etc. that allows you to upload an html file and convert it to a URL. Does anybody know how to do this? (And yes, I understand that in general this could be a huge security hole, which is why it is so discouraged...I just want to find out if it's possible at all...and how...)