hello,i am using FPDF to create a pdf which i want to send with chronoforms.
Until now i used to create the file on my server, send as attachment and then delete it asap, but now i have some problems with file names, is it possible to modify email headers of the chronoform-email acting into the BeforeSubmit input box?
Until now i used to create the file on my server, send as attachment and then delete it asap, but now i have some problems with file names, is it possible to modify email headers of the chronoform-email acting into the BeforeSubmit input box?
Hi gabrieleb,
I think that the headers are hard-coded. What do you need to change?
Bob
I think that the headers are hard-coded. What do you need to change?
Bob
well, i used to generate my pdf as a file, now i'd want to generate the pdf as a string, and then add the string to the headers as Content-Disposition.
The problem is to avoid file name conflicts for forms submitted at the same time, i think the better solution was that, to avoid the generation of the file on the server
The problem is to avoid file name conflicts for forms submitted at the same time, i think the better solution was that, to avoid the generation of the file on the server
This topic is locked and no more replies can be posted.