Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

ftp submit

Avatar

Former Community Member
I programmed the click event of a submit button. I used



event.target.submitForm({cURL:"ftp://user:password@servername",cSubmitAs:"PDF",cCharset:"utf-8"});



What this is doing is that it opens this ftp site but the pdf document is not saved on the server. It simply logs on to this ftp site.

Is there something I am missing? Why can't I see the file on the server/ftp site? Any thoughts.



Any help much appreciated.



Thank you
1 Reply

Avatar

Former Community Member
Bump.

I too am having that problem.

In other places, people have stated that a servlet is needed.

What is the process needed to create the servlet, direct the pdf document to be sent to the servlet, etc.?