[FX.php List] FM / FX / PHP Library system

Derrick Fogle derrick at fogles.net
Wed Jul 30 13:57:18 MDT 2008


My recommendation: Handle all file uploading and downloading directly  
in PHP, saving to appropriate places on the fileserver. Once the  
upload has been handled by PHP, use FX.php to save the file into  
(path, etc.) to FileMaker. Handle the downloading in the reverse  
order: Use FX.php to provide browsing of the file info from the FM  
database, then when a specific file is selected, use the data from FMP  
in PHP to actually handle the download. Don't try to upload files to  
container fields in FM. I don't recommend running FM scripts from web  
applications if you don't absolutely have to, either.

On Jul 30, 2008, at 2:38 PM, CSInfo wrote:

> Hello all,
> I have a customer that is asking for a Library system for his  
> existing FM9 database. He wants to have a login system that  
> determines a "user group", gives that user a set of features on a  
> web page, one of those features is an uploadable library system to  
> store resumes (PDF, word, text) and retrieve them. The files will be  
> store on their internal W2003 file server and paths stored in  
> FileMaker.
> I have many ideas on how to accomplish this including IWP with  
> plugins but I would like it to be pure HTML / PHP / FileMaker for  
> speed.
> What are some more ideas out there on a solid way to accomplish this  
> upload / download process? I am not looking for coding examples but  
> rather a 10,000 foot view from experience. What elements work well  
> together.
> For example, is it a good idea to run FM scripts from PHP to do  
> background FM work? What FM file plugins work well on the web?
>
>
> Thank you,
> John Funk
> FileMaker Developer and web Dabbler
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list


Derrick



More information about the FX.php_List mailing list