Hello, i want to know what do i have to do to make a .csv file be rendered in browser instead of being downloaded.
I tried in my domain at Apache & nginx Settings / Common Apache settings / MIME types / Custom i added this mime types without success
text/csv-schema .csv
text/csv .csv
application/csv .csv
text/x-csv .csv
application/x-csv .csv
text/x-comma-separated-values .csv
text/comma-separated-values .csv
I know it is possible, but i dont know why, any help with this?
Thanks
I tried in my domain at Apache & nginx Settings / Common Apache settings / MIME types / Custom i added this mime types without success
text/csv-schema .csv
text/csv .csv
application/csv .csv
text/x-csv .csv
application/x-csv .csv
text/x-comma-separated-values .csv
text/comma-separated-values .csv
I know it is possible, but i dont know why, any help with this?
Thanks