Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个上传文件的表格。到这里为止,没关系。但是我需要获取上传文件的完整路径,但我不知道该怎么做。我已经搜索了很多,但仍然没有。谁能帮我?请?谢谢。
如果您使用 apache commons io,则可以使用FilenameUtils该类。该getFullPath方法应该返回您需要的内容。但是,我认为出于某些安全原因,某些浏览器可能会更改路径
FilenameUtils
getFullPath