getmultipartdata

  1. V

    B4J Question jServer - GetMultipartData file multiple not working

    Hi, I'm looking for solution for issue I found - if I use file input element with option "multiple" to be able to upload for examle 10 files in one time, then result of Dim parts As Map = req.GetMultipartData(File.DirApp & "/upload_tmp", 10000000) is always map with just last file from multipart...
Top