使用multipart / form-data idhttp delphi将图像上传到网站

问题描述

我需要帮助来解决使用IdHTTP将照片上传到wildberries.ru的问题。从网站加载图片时,发布数据如下所示:

------WebKitFormBoundaryCpJAFY6AlIHK7dZt
Content-Disposition: form-data; name="nmId"

13927988
------WebKitFormBoundaryCpJAFY6AlIHK7dZt
Content-Disposition: form-data; name="photos"; filename="13927988-2.jpg"
Content-Type: image/jpeg

{here these photos are most likely}
------WebKitFormBoundaryCpJAFY6AlIHK7dZt--

无法弄清楚如何通过IdHTTP传输数据。我正在使用RAD Studio 10.3.1 Rio,Indy 10。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)