November 8, 200322 yr I have read with interest the posts on this subject. I am just getting started with php too and have, I hope some simple questions. I have found a php upload solution through DMXzone.com called Pure PHPUpload (it also comes with a progress bar so the user can see the progress on their upload) and am trying to get it working with my cdml database. It works fine when I access it through Apache (file is called "upload.php"), but how do I get it to work through the Web folder in FileMaker. I have my default.html page in the Web folder where my clients sign in to their web database. The "upload.php" page will not work through the Web folder, but needs to be in the root folder of of my server. Do I run the default.html sign in page through the Apache server? If so I have no idea of how to do this. All the php scripts necessary to run the upload are in the root folder. Thanks in advance for your help - Sam
November 8, 200322 yr You will need to use Apache to run PHP scripts! WebCompanion does not process PHP scripts. All PHP scripts will need to be located within the root directory system of Apache. Good Luck. Garry
Create an account or sign in to comment