mercredi 7 novembre 2018

How to send json and files to jsp using Apache commons library

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