MultipartFile Basics In SpringBoot | Get Uploaded FIle Info using MultipartFile in spring boot

preview_player
Показать описание
In this video we will learn basics about multipartfile in springboot.
Like uploaded file name,fileType,isFile open,isReadable,file length and file data as byte array.
we will use multipart file methods in this tutorial.

Join this channel to get access to perks:
Рекомендации по теме
Комментарии
Автор

Excellet Bro, i got what i was looking about multipartfile, THankyou

myangelsworld
Автор

Pls write a test case for this using webtest client.

kanikachhabra
Автор

what about making an upload of a list of files such as .pdf files. would it be a "List<MultipartFile>" ?

psnmfsl