Avatar

Level 10

Heads up,

You could access and test the file name using:

var vCurrentName = event.target.documentFileName.toString();

Then concat the objects in the form that make up the file name: First name; initial; surname; and date stamp. If both are the same, then a simple app.alert.

N.