Skip to main content
Question

In a FME Web App, how to provide a link to a html file under Resources/Data

  • February 26, 2026
  • 1 reply
  • 6 views

aguan
Supporter
Forum|alt.badge.img+11

I create a simple FME Flow App - the user enters a word to search content. The FME workspace put the results into a html file under Resources/Data. I want put a link to this html file on the Flow App page to allow the user to click the link and open the html file in the browser to see the content. Can this be done?

1 reply

aguan
Supporter
Forum|alt.badge.img+11
  • Author
  • Supporter
  • February 26, 2026

Thanks to this webinar Scaling Made Simple: Getting Started with No-Code Web Apps - FME by Safe Software . Just create a HTML writer and publish the workspace with a streaming service. The HTML content will automatically show after running the web app workspace.