Newbies riprod Posted August 19, 2000 Newbies Posted August 19, 2000 Text fields are easy, but how do you upload images to a FMP database over the web. It must be possible. any ideas ??
maska Posted August 23, 2000 Posted August 23, 2000 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.
Recommended Posts
This topic is 9125 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