我想要用cocos2dx上传图片到服务器上然后再下载下来。我把image->getData的数据保存在网上之后,然后再下载下来。我调用image->initWithImageData。但是报错误,the file is not a dds file。请问:1)image->getData()得到的是什么样的data?2)image->initWithImageData()需要什么样的data?3)有什么官方的方法使用cocos把图片保存在网上吗?