and so that was forwarded to my plugin? I want to make a plug-in "upload photos to the question" (not through the editor CKEditor)
You'd have to hard-code the HTML code for the file upload field - just insert it into the field's 'label' element. Also don't forget to set ENCTYPE="multipart/form-data" in the form's 'tags' element. You can access the uploaded file in the usual way, using PHP's $_FILES array. See qa-page-account.php for an example.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.