Avatar

Level 10

Good!

As you are using FormCalc you can use this:

File_Name[*] = Main_File_Name

This is where you would rename the file name object where you will want the users to fill in.

"File_Name" is actually the first instance, eg "File_Name[0]".

The mouseUp event is okay, because at that stage the user has committed to clicking the button. I would tend to use  the click event. It will achieve the same result, but is more intuative for maintaining the script.

Niall