after Delphi Xe5 update 2, the ReqMulti.pas has been removed from the product. what is a replacement? Previously I was using TMultipartContentParser from reqMulti unit to upload files. what should I use to upload files since TMultipartContentParser is gone? TWebRequest.Files is not working: file count is always 0
thank you