Expand my Community achievements bar.

Button to Upload Form

Avatar

Level 1

I'd like to place a button on my LiveCycle form that uploads the completed form to my website. I don't want the Post fields, I'd like to upload the whole form and save it as a PDF file on my web server. Anybody know of a good way to do this? I'm using LiveCycle ES.

3 Replies

Avatar

Former Community Member

You can put a button on the form and make it a

type of submit. A new tab will appear called SUBMIT. On that tab you can set the format that you want to submit.

Paul

Avatar

Level 1

This seems to have worked, but now I have another issue...I'm using PHP to handle the PDF submission, but I can't find how it is coming through. It is not in the $_FILES array like a document being uploaded from an HTML form would be and it is not in the $_POST array like normal HTML form fields would be. Any thoughts?

Avatar

Former Community Member

I do not know PHP so I cannot say .....maybe someone else can help you out.

Paul