开发者

Component FormFile browse at the folder level

开发者 https://www.devze.com 2023-01-20 09:07 出处:网络
I want a JSP web page that allows the user to select a folder as input, not files. If I use , I couldn\'t select a folder as

I want a JSP web page that allows the user to select a folder as input, not files. If I use , I couldn't select a folder as input, I can only select a single file as input. In my case, are there any solutions 开发者_如何学Goto my problem?


From the struts docs;

FormFile represents a file that has been uploaded by a client.

What you are asking doesn't make sense. You can't upload a directory, only a file.

0

精彩评论

暂无评论...
验证码 换一张
取 消