将文件上载到SAP HANA后端

时间:2016-12-16 08:23:20

标签: sapui5

我想使用fileUploader控件上传图片。但浏览器阻止了我,因为CORS。

可以在他们的后端上传吗?

感谢。

1 个答案:

答案 0 :(得分:1)

首先需要将后端添加到HCP驾驶舱中的目的地,如下所示:

enter image description here

然后你需要在neo-app.json文件中添加后端信息。在这种情况下,数据监控是我的后端应用程序。

   {
        "path": "/data-monitoring",
        "target": {
            "type": "destination",
            "name": "data-monitoring",
            "entryPath": "/data-monitoring-1.0.0"
        },
        "description": "Data Monitoring API"
    }