Hi all
Hi all,
is receiving multipart/formdata (+file uploads) with Tokyo + Indy-tidHttpServer simplier than in past?
Has someone a working "Upload Image to idHttpServer" demo?
In 2014 indy had no automatic decode for that, possible that something has changed and now indy can decode?
is receiving multipart/formdata (+file uploads) with Tokyo + Indy-tidHttpServer simplier than in past?
Has someone a working "Upload Image to idHttpServer" demo?
In 2014 indy had no automatic decode for that, possible that something has changed and now indy can decode?
afaik no, see forums.embarcadero.com - Embarcadero Discussion Forums: Download/Upload large files 20 Mb and ...
ReplyDeleteIf you had Web.ReqMulti unit, it should autmatically decode the request and you can read TWebRequest.Files... I hope I got your question correctly. :-)
ReplyDeleteAndrea Magni thanks for that tip, will check it.
ReplyDeleteAt the moment i'm trying:
https://github.com/enriquecerda/TIdMultiPartFormDataStreamReader
which looks good.