The resource bundle for the Upload select in the file transfer webcontainer jar at nextapp\echo2\webcontainer\filetransfer\resource\bundle\UploadSelectMessages_fr.properties includes the following property value:
upload.send.wait = (L'Attente)
Unfortunately the ' symbol terminates a string and causes the following javascript error when french users upload files:
missing ) after argument list
[Break on this error] EchoUploadComponent.upload('Upload','(L'Attente)')
Recommended fix is to remove the L' and just use the phrase (Attente)