将word中的内容发送到服务器上
正在作一个功能:
客户要把自己在WORD中编辑的内容,复制到一个在线的文本编辑器(就是那种javascript做得:-))里,然后发送的服务器上,难点是word中可能有图片,这个图片也要发送到服务器端,可是不是用 <input type= "file "/> 上传的,普通方法得不到,我请大家帮帮忙,想想办法:).没做过的也谈谈自己的想法,下面是其中一段带图片的代码:
<P class=MsoNormal style= "MARGIN: 0cm 0cm 0pt "> <SPAN lang=EN-US> <IMG height=60 src= "file:///C:/DOCUME~1/iceking/LOCALS~1/Temp/msohtml1/01/clip_image001.gif " width=220 v:shapes= "_x0000_i1025 "> <IMG height=41 src= "file:///C:/DOCUME~1/iceking/LOCALS~1/Temp/msohtml1/01/clip_image003.jpg " width=117 v:shapes= "_x0000_i1026 "> <IMG height=31 src= "file:///C:/DOCUME~1/iceking/LOCALS~1/Temp/msohtml1/01/clip_image004.gif " width=88 v:shapes= "_x0000_i1027 "> <IMG height=75 src= "file:///C:/DOCUME~1/iceking/LOCALS~1/Temp/msohtml1/01/clip_image005.gif " width=270 v:shapes= "_x0000_i1028 "> <IMG height=20 src= "file:///C:/DOCUME~1/iceking/LOCALS~1/Temp/msohtml1/01/clip_image006.gif " width=60 v:shapes= "_x0000_i1029 "> <IMG height=31 src= "file:///C:/DOCUME~1/iceking/LOCALS~1/Temp/msohtml1/01/clip_image007.gif " width=88 v:shapes= "_x0000_i1030 "> <IMG height=45 src= "file:///C:/DOCUME~1/iceking/LOCALS~1/Temp/msohtml1/01/clip_image008.gif " width=166 v:shapes= "_x0000_i1031 "> <IMG height=31 src= "file:///C:/DOCUME~1/iceking/LOCALS~1/Temp/msohtml1/01/clip_image009.gif " width=88 v:shapes= "_x0000_i1032 "> </SPAN> </P>
------解决方案--------------------你去看下那种电子印章之类的WORD文档 ,那种全是 对WORD的操作```
------解决方案--------------------关注!