Very simple way to print out uploaded file text in a template?

Our users want to be able to override the standard page with an uploaded text file containing Html code. Is there a simple way to do this? I tried using sys_TextExtraction, but I was getting errors, and we don’t need to do any conversions on the text. We just want to output it.

This would preferrably be a UTF-8 file output as UTF-8, but I would settle for ASCII

Thanks

I just tried this, and it seems to work. But I haven’t tried to see what it will do with localized files in UTF-8, and still wondering if this is the best approach. Anyway, it gets saved as binary data that can be output as a string:

$sys.item.getProperty(“item_file_attachment”).String