i\'m flabbergasted, i\'ve looked at almost every example, but it just doesn\'t work (the other party says they don\'t receive my data in the request parameter)
I\'m making some simple Delphi software using the IdHttp module in Indy.I want to access this page by using IdHttp\'s post function to open this webpage.
I am having hell of a time trying to figure this one out. Maybe someone can help me here or point me in the right direction.
I have just tested my site on an old IE6 browser on a windows server. The problem I have is when I submit a form, the POST data I get on the other page is empty. Array().
I\'m trying to open the Safari browser in my app using http 开发者_运维百科post. I know how to do this using get, but I can\'t find anything for http post.
I\'m trying to post data to a page that handles it for me. I always get following error, however: ioErrorHandler: [IOErrorEvent type=\"ioError\" bubbles=false cancelable=false eventPhase=2 text=\"Er
im new to delphi. and also almost new to programming world. i was made some simple post software which using idhttp module.
I have a miniblog application, with a class named New (referring to a new post), having a foreign key to an user(who has posted the entry).
Ok, I\'m trying to use jQuery $.开发者_JAVA百科post with the PasteBin API to create a PasteBin page and grab the URL (which the API says it returns). Here is my code so far:
I have a form that posts to a page. I want to display an image if the value of the item posted equals \"paypal\".