Hi,
I think I know the reason.
The UploadModule may not compatible with the webservice post mode.
Please try this way at first , we will improve this part soon :
add such appSettings into web.config :
<configuration>
<appSettings>
<add key="CuteWebUI.AjaxUploader.RewritePath" value="False" />
Regards,
Terry