65
Views
1
Comments
[Reactive Web Previewer] .txt file is not displaying
reactive-web-previewer
Reactive icon
Forge asset by Marcelo Ferreira
Application Type
Reactive

Hi

i am not able to preview .txt file with help of demo application.i need online viewer for below file type.

.png, jpeg, pdf, word, excel, csv, txt,  .TIFF, .RTF,.GIF and .BMP ..txt and .RTF are not working.

i am getting below 

2022-04-19 13-20-22
Andrea Lembo

Hi,

The component don't support txt files.

However, if you need that capabilities you can modify the component in this way:

  • Open ReactiveWebPreviwer Widget and open GetFile Server Action
  • Go to the final switch and edit the first condition 
  • Add this additionals conditions :  or Index(ToLower(URL), ".txt") <> -1orIndex(ToLower(File.Filename), ".txt") <> -1 or Index(ToLower(File.FileType), "txt") <> -1

The final result 


Br, 

Andrea

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.