ui5 显示长传路径并解决路径显示fake的问题

问题:最近有个需求可能需要用到file upload,将文件从前台传到后台。在上传的时候可能需要文件的路径。

使用控件:FileUploader

最终效果

话不多说,直接上代码

<!-- <mvc:View
	controllerName="ZORG_TREE.controller.HomePage"
	xmlns:core="sap.ui.core"
	xmlns:mvc="sap.ui.core.mvc"
	xmlns="sap.m">

</mvc:View> -->
<mvc:View
	controllerName="ZORG_TREE.controller.HomePage"
	xmlns:l="sap.ui.layout"
	xmlns:u="sap.ui.unified"
	xmlns:mvc="sap.ui.core.mvc"
	xmlns="sap.m"
	class="viewPadding">
posted @ 2021-06-10 18:11  linhuang  阅读(4)  评论(0编辑  收藏  举报  来源