I am using Indy 9.00.10 under Delphi 7.
I use TIdMultiPartFormDataStream to post some data using TIdHTTP. When I try to post some param with a text value including % in it, for instance '100% brand' it raises "No Argument for format %".
It seems to me that it is calling some format function to the value I am trying to post and it expects every % to be a placeholder, wich is not my case.
Is this a known issue? Is there a workaround for it?