Sam Laundon Posted November 8, 2003 Posted November 8, 2003 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
Garry Claridge Posted November 8, 2003 Posted November 8, 2003 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
Recommended Posts
This topic is 7755 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