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.
我想在 Grails 应用程序中存储多个图像。因此,grail 的命令对象支持多个 MultipartFile 文件。
你尝试过这样的事情吗?
class ImageUploadCommand implements Validateable { List<MultipartFile> images }