Jump to content

Insert From URL - posting files to PHP script


This topic is 2537 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have a php script that takes two PDF files and merges them into one file. I am using this in conjunction with the insert from URL script step. 

The way the script works is it takes two PDFs in container fields and base64encode each files. Then, those two base 64 strings are POSTed via insert from URL.

I've tested the script forwards and backwards and it does combine the PDF files reliably. The issue is when posting from FileMaker. What typically happens is the first page is combined twice and that's my resultant PDF. 

My php script checks that both inputs are different and throws an error is they are identical. I don't get any errors there.

Is there a way to POST a file from insert from URL?

Link to comment
Share on other sites

I concatenate 2 PDF files using ghostscript on the Mac, not sure how to do that on Windows, should be a similar way.

If you like your PHP approach I do recommend looking into the way I write about in my blog: http://wethecomputerabusersamongst.blogspot.com/2013/10/execute-php-script-from-filemaker-with.html?q=mercutio

Link to comment
Share on other sites

This topic is 2537 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.