Delphi XE ISAPI WebBroker file upload

后端 未结 1 1653
抹茶落季
抹茶落季 2021-01-14 23:24

I need some help accepting file uploads on an ISAPI in Delphi XE2. In Delphi 2007 I use Shiv\'s TMsMultipartParser and it works 100%. Trying to use this in XE2 doenst work.

相关标签:
1条回答
  • 2021-01-14 23:46

    I used exactly this multipart parser on my Delphi 2007 project but I needed to adjust it when it came to the unicodification. I guess there could be your problem.

    Anyway at least my Delphi 2010 comes with the unit ReqMulti.pas so try to include that somewhere in the project and you should have a multipart parser registered.

    If that doesn't work for you I'll post my adjusted parser.

    0 讨论(0)
提交回复
热议问题