DSTUART Posted June 3, 2004 Posted June 3, 2004 I know this a come up a number of timesin the past but I can't quite get it to work. I have tried the code from a previous post (below) but all this achieves to create a new record with no image in the container. Would one not have to encode the image 2 say base64 they are to use a readfile into the database or are we infering by reference where the file is living in the /volume/data path?? Thanks <?php $file_name = $_FILES['myfile']['name']; move_uploaded_file($_FILES['myfile']['tmp_name'], "/Volumes/Data/" . $_FILES['myfile']['name']); readfile ("http://10.0.1.2:1154/FMPro?-db=combotest.fp5&-lay=web&-format=hworld.html&name=" . $file_name . "&-new"); ?>
Garry Claridge Posted June 3, 2004 Posted June 3, 2004 Is the file being placed into the drive "Data"? If not are the permissions correct for the script to write there? You can not place an image into a container field with a CDML URL. You may be able to do it with a "Troi" plugin or with Applescript! Good Luck. Garry
Recommended Posts
This topic is 7548 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