i create a form enctype multipart, then i assign imgs source to json, insert inputs type file for other file, send json to form by ajax
boolean isMultipart = ServletFileUpload.isMultipartContent(request);
System.out.println(request.getContentType());
output: false
Aucun commentaire:
Enregistrer un commentaire