fmbug Posted October 11, 2012 Posted October 11, 2012 Dear All, Unfortunately I stuck in a solution, that, how can we copy a image stored in a container field into a folder, I am able to display the image in the web page using. But whenever I am trying to copy the displayed image into one of the folder in webserver. It is giving no result. So, please help me in this task. I am in hurry, Please let me know, if anybody know that. Thanks in advance....
ElderBrE Posted October 11, 2012 Posted October 11, 2012 Might have to post a bit of code to show what you're doing, but it might be related to where you are saving the file. Are you already aware that you may only save to the Documents folder of the server?
Genelia Posted October 11, 2012 Posted October 11, 2012 Use export fileld content functionality by giving proper path of folder:
dansmith65 Posted October 11, 2012 Posted October 11, 2012 If you are doing this via a server-side script, the problem is that Export Field Contents script step is not server compatible. You can do this with ScriptMaster Plug-In, using a function I wrote: http://fmforums.com/forum/topic/77439-container-nas-drive-wserver-script/#entry363451
fmbug Posted October 12, 2012 Author Posted October 12, 2012 Simply I just want to copy the file into PHP server side using FM PHP API or I want to display the image from FileMaker to my PHP page. I am able to display the image into PHP page, but whenever I am trying to display into PDF file using FPDF class, it is giving error. Please suggest me the right way.
Recommended Posts
This topic is 4682 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 accountSign in
Already have an account? Sign in here.
Sign In Now