public static function displayQuestionFormUpload()
 {
     if (CMA_Thread::areQuestionAttachmentsAllowed()) {
         echo self::_loadView('answer/meta/form-upload');
     }
 }