August 19, 200025 yr Newbies Text fields are easy, but how do you upload images to a FMP database over the web. It must be possible. any ideas ??
August 23, 200025 yr I've had problems doing this myself. The solution I can up with is to use a perl cgi script which can be found at developer.com under 'file upload'. You can use this to pass images to a UNIX server and then using your FTP software download the files and import them to FMP. You can automate the downloading of these files. Using WS_FTP software create a batch file. There is documentation within the software to exsplain this process. Then using ScriptMaker in FMP go to the open url function and enter 'file://C athtobatchfile' will execute the FTP of the images you wish to download. You can also add in the import functions within the script to make it a one stop process.
Create an account or sign in to comment