このようなものを作成する必要があります。画像をクリックすると、以下のスクリプトが起動します。
$("#txtHint").html("<form action='inline_spec.php' id = 'upLoadForm' method='post' enctype='multipart/form-data'><center><input type='text' id='file' name = 'file' style='visibility:show' ></center></form>");
スクリプトはテキストファイル入力フォームを開きます。フォームを送信したら、結果をtxtHintで表示する必要があります。出来ますか?