<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Posting multipart form data using PHP</title> <atom:link href="http://vedovini.net/2009/08/posting-multipart-form-data-using-php/feed/" rel="self" type="application/rss+xml" /><link>http://vedovini.net/2009/08/posting-multipart-form-data-using-php/</link> <description>Founded in 1969, building software since 1985.</description> <lastBuildDate>Tue, 13 Dec 2011 17:32:30 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Jason</title><link>http://vedovini.net/2009/08/posting-multipart-form-data-using-php/comment-page-1/#comment-2901</link> <dc:creator>Jason</dc:creator> <pubDate>Tue, 13 Dec 2011 17:32:30 +0000</pubDate> <guid isPermaLink="false">http://vedovini.net/?p=357#comment-2901</guid> <description>Dude! You&#039;re the one and only salvation through this nightmare of mine. I struggled hectically trying to find a way to parse a normal text field with my file upload through a multipart/form-data formThanks a stashJason</description> <content:encoded><![CDATA[<p>Dude! You&#8217;re the one and only salvation through this nightmare of mine. I struggled hectically trying to find a way to parse a normal text field with my file upload through a multipart/form-data form</p><p>Thanks a stash</p><p>Jason</p> ]]></content:encoded> </item> <item><title>By: Afanasy Kurakin</title><link>http://vedovini.net/2009/08/posting-multipart-form-data-using-php/comment-page-1/#comment-1817</link> <dc:creator>Afanasy Kurakin</dc:creator> <pubDate>Thu, 03 Nov 2011 18:12:37 +0000</pubDate> <guid isPermaLink="false">http://vedovini.net/?p=357#comment-1817</guid> <description>Thanks for the great snippet, it still helps!Please note, that semicolon after $params is missing, plus in my case, when handling upload with php I&#039;ve removed base64 encoding because php couldn&#039;t understand it and kept data encoded.</description> <content:encoded><![CDATA[<p>Thanks for the great snippet, it still helps!</p><p>Please note, that semicolon after $params is missing, plus in my case, when handling upload with php I&#8217;ve removed base64 encoding because php couldn&#8217;t understand it and kept data encoded.</p> ]]></content:encoded> </item> <item><title>By: Andrew Glowik</title><link>http://vedovini.net/2009/08/posting-multipart-form-data-using-php/comment-page-1/#comment-600</link> <dc:creator>Andrew Glowik</dc:creator> <pubDate>Mon, 22 Feb 2010 00:37:12 +0000</pubDate> <guid isPermaLink="false">http://vedovini.net/?p=357#comment-600</guid> <description>Thank you much for this exposition of code. I was at an impasse with PHP/curl using GlassFish/Quercus with a multipart/form-data post. Using your example to build my own form unwwedged me!</description> <content:encoded><![CDATA[<p>Thank you much for this exposition of code. I was at an impasse with PHP/curl using GlassFish/Quercus with a multipart/form-data post. Using your example to build my own form unwwedged me!</p> ]]></content:encoded> </item> <item><title>By: Claude</title><link>http://vedovini.net/2009/08/posting-multipart-form-data-using-php/comment-page-1/#comment-392</link> <dc:creator>Claude</dc:creator> <pubDate>Thu, 13 Aug 2009 12:16:36 +0000</pubDate> <guid isPermaLink="false">http://vedovini.net/?p=357#comment-392</guid> <description>I didn&#039;t knew this heredoc notation, thanks for the hint :)</description> <content:encoded><![CDATA[<p>I didn&#8217;t knew this heredoc notation, thanks for the hint :)</p> ]]></content:encoded> </item> <item><title>By: Yoan</title><link>http://vedovini.net/2009/08/posting-multipart-form-data-using-php/comment-page-1/#comment-391</link> <dc:creator>Yoan</dc:creator> <pubDate>Thu, 13 Aug 2009 10:52:17 +0000</pubDate> <guid isPermaLink="false">http://vedovini.net/?p=357#comment-391</guid> <description>Wasn&#039;t he looking for a SOAP client that supports that lovely spec: http://www.w3.org/TR/SOAP-attachments and the offical SOAP implementation of PHP doesn&#039;t support it: http://stackoverflow.com/questions/1122292/php-soap-client-that-understands-multi-part-messagesHe sits on the other side of the POST.It&#039;s not a big deal to add this imho, http://developer.jelix.org/ticket/656#comment:1Cheers,P.S.: I&#039;m sure you would enjoy using the &lt;&lt;&lt; notation instead of doing so many repetitive concatenations.</description> <content:encoded><![CDATA[<p>Wasn&#8217;t he looking for a SOAP client that supports that lovely spec: <a href="http://www.w3.org/TR/SOAP-attachments" rel="nofollow">http://www.w3.org/TR/SOAP-attachments</a> and the offical SOAP implementation of PHP doesn&#8217;t support it: <a href="http://stackoverflow.com/questions/1122292/php-soap-client-that-understands-multi-part-messages" rel="nofollow">http://stackoverflow.com/questions/1122292/php-soap-client-that-understands-multi-part-messages</a></p><p>He sits on the other side of the POST.</p><p>It&#8217;s not a big deal to add this imho, <a href="http://developer.jelix.org/ticket/656#comment:1" rel="nofollow">http://developer.jelix.org/ticket/656#comment:1</a></p><p>Cheers,</p><p>P.S.: I&#8217;m sure you would enjoy using the &lt;&lt;&lt; notation instead of doing so many repetitive concatenations.</p> ]]></content:encoded> </item> </channel> </rss>
