Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 452 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

For 13.4 release, we'll update the WebDownloadDelegate functions in MBS FileMaker Plugin to work again with web viewers using WebKit 2 (since FileMaker 16).

Once again you can control downloads in FileMaker's web viewer on macOS and iOS. When a download starts, you get a script triggered to inform you about the progress. Then we have script triggers for download finished or failed and to update on progress.

FileMakerDownloadDelegate.png

The download can be stored in a specific folder with WebDownloadDelegate.SetFolder, but if you don't set it, we will just use a temporary folder. And we create a folder with random GUID as name to make sure the file can be stored on disk without a name conflict.

When the download finished, you can check the file path with WebDownloadDelegate.Path function, the URL with WebDownloadDelegate.URL function and whether an error happend with WebDownloadDelegate.ErrorMessage function.

Please check the feature in next pre-release and try the sample database.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.