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
  • 3 replies
  • 67 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?

3 replies

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.

 


timatsafe
Safer
Forum|alt.badge.img+5
  • Safer
  • March 6, 2026

Hi ​@aguan,

Just wanted to clarify, are you looking for a way other than using the Streaming Service with the Flow App to display the HTML content?  


aguan
Supporter
Forum|alt.badge.img+11
  • Author
  • Supporter
  • March 9, 2026

@timatsafe For this app, the Streaming Service works perfectly.