gwtuploader更改默认响应

时间:2013-03-12 07:39:44

标签: java gwt gwtupload

我可以在gwtuploader中更改默认响应吗?我知道我可以添加自己的消息,但我需要更改deafult因为在某些文件中有此错误:

[INFO] incorrect response: C:\fakepath\Bez tytułu.jpg
<?xml version="1.0" encoding="UTF-8"?> 
<response>
<field>GWTMU-05262228029563762</field>
<name>BezÂ&nbsp;tytuĹ‚u.jpg</name>
<ctype>image/jpeg</ctype>
<finished>ok</finished>
<size>187373</size>
</response>

我需要从“名称”参数中移除此“&amp; nbsp”,因为它会停止上传。

0 个答案:

没有答案