My solution.
I don't use the FLASH button. Instead, I use link button.
(The file can be up-loaded also with the link button)
But ... Because the Content-Type of PDF was not processed, I modified the program a little.
Add 3 lines in qa-include/qa-blob.php (L65).
case 'pdf':
header('Content-Type: application/pdf');
break;