myCallbackMethod$

plugins.file.showFileOpenDialog(1) worked just fine in Smart Client, but when I tried to get Web Client working I got an error message to use a JSFile array. In the example they use myCallbackMethod. What is this? I just want to find a file and attach it to an email.
var fileName = plugins.file.showFileOpenDialog(1)
//2011_12_26 below is what I need here. kb
//for the web you have to give a callback function that has a JSFile array as its first argument (also works in smart), other options can be set but are not used in the webclient (yet)
//var file = plugins.file.showFileOpenDialog(myCallbackMethod)
Thanks. K
var fileName = plugins.file.showFileOpenDialog(1)
//2011_12_26 below is what I need here. kb
//for the web you have to give a callback function that has a JSFile array as its first argument (also works in smart), other options can be set but are not used in the webclient (yet)
//var file = plugins.file.showFileOpenDialog(myCallbackMethod)
Thanks. K