|
<< Click to Display Table of Contents >> Navigation: Telegram > 2021 > 05 > 20 > Telegram_2021-05-20T11 |
2021-05-20T11:22:58
Steve, a question, can you tell if MadExcept sends a \file\?
2021-05-20T11:25:55
This demo show how can receive a FILE in contentHandle:
type: link https://github.com/Atozed/IntraWeb/blob/master/XIV/Delphi/PostDataDemo/IW.Content.XML.pas
2021-05-20T11:32:11
type: mention @JNPSoftware It looks like it sends a few fields.... a text file , and optionally an image file ( screen shots ) ... at least what I can tell in the PHP example of theirs
2021-05-20T11:32:53
So it sends AUTH ... user/password ... which that works from MadExcept to IW .. got that far.
2021-05-20T11:33:27
but to pull fields and attached files... is where I fail....
the php example @ type: link http://help.madshi.net/UploadPhp.htm to get a good idea of what its doing...