gpt4 book ai didi

java - Formfile getFilename 和过滤

转载 作者:行者123 更新时间:2023-12-01 04:21:53 25 4
gpt4 key购买 nike

struts的FormFile接口(interface)的getFileName()方法是否对文件名进行过滤? Struts documentation for method getfileName

我的意思是,关注Struts documentation for upload ,“行动中需要什么”部分。

如果用户提供的文件名是“../../../toto.ext”,则myFile.getFileName()返回“toto.ext”“../../../toto.ext”

根据Struts documentation for method getfileName“返回此文件的文件名。这是文件的基本名称,由用户在上传文件时提供。”,它应该返回”。 ./../../toto.ext"。但我不太确定。

你能告诉我这个问题吗?

最佳答案

文件名是取自文件夹内容的名称,例如“toto.ext”。但是 "../../../toto.ext" 不是文件名,而是文件路径,其中包含文件名。该路径是相对于当前目录的。您应该区分基本路径名和相对路径。基本路径+文件名给你绝对路径。

关于java - Formfile getFilename 和过滤,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18824149/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com