Upload To FileMaker Server
Purpose 
Displays the Upload to FileMaker Server dialog box.
Format 
Upload To FileMaker Server
Options 
None
Compatibility 
 
Where the script step runs 
Supported 
FileMaker Pro 
Yes 
FileMaker Server scheduled script 
No 
FileMaker Go 
No 
Custom Web Publishing 
No 
FileMaker WebDirect 
No 
Runtime solution 
No 
Originated in 
FileMaker Pro 13.0
Description 
This script step is the same as choosing File menu > Sharing > Upload to FileMaker Server.
Use this script step to open the Upload to FileMaker Server dialog box for users if you have restricted their access to FileMaker Pro menus.
Example 1 
Displays a custom dialog that asks if the user wants to upload a database to FileMaker Server, and opens the Upload to FileMaker Server dialog box.
Show Custom Dialog ["Do you want to upload a database to FileMaker Server?"]
If [Get ( LastMessageChoice ) = 1]
Upload To FileMaker Server
End If
Related topics 
Uploading files to FileMaker Server
Script steps reference (alphabetical list)
Script steps reference (category list)