function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
URVASHIURVASHI 

how to specify multiple content type

How to specify multilple content type in <apex:page> tag.

i wana save two files on load of a page.

One file i can specify in content type but where to specif the other file.

Is it possible thru contenttype

 

<apex:page sidebar="false" showHeader="false" controller="Con" cache="true" contentType="text/csv#abc.csv" language="en-US">

 If i wana specify xyz.csv also along with abc.csv.How do i achieve this?