79206032

Date: 2024-11-20 06:30:45
Score: 0.5
Natty:
Report link
//note that the File is coming from dart:io 
@POST("upload")
@MultiPart()
Future<UploadFileResponse> uploadWallpaperImage(
//replace MultipartFile with File
    @Part(name: "files") File wallpaperImage,
    @Query("populate") String populate
    );
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ayman omara