Re: SV: [PHP] Sending files via POST

2009-01-06 Thread Shawn McKenzie
Anders Norrbring wrote: >> On Fri, Jan 2, 2009 at 14:14, Anders Norrbring >> wrote: >>> *bump* >> Please don't "bump" threads, Anders. This is not a traditional >> web-based user forum. You've provided no additional data, so there is >> no need to bring this thread up again. If you want to

SV: SV: [PHP] Sending files via POST

2009-01-03 Thread Anders Norrbring
> Nathan Rixham's original email. Hope it helps! > > On Thu, Jan 1, 2009 at 09:35, Nathan Rixham wrote: > > > > after having a flick through the source it looks like a limitation of > http > > request; > > > http://pear.php.net/package/HTTP_Request/docs/latest/__filesource/fsour > ce_HTTP_Re

Re: SV: [PHP] Sending files via POST

2009-01-02 Thread Daniel Brown
Nathan Rixham's original email. Hope it helps! On Thu, Jan 1, 2009 at 09:35, Nathan Rixham wrote: > > after having a flick through the source it looks like a limitation of http > request; > http://pear.php.net/package/HTTP_Request/docs/latest/__filesource/fsource_HTTP_Request__HTTP_Request-1

SV: [PHP] Sending files via POST

2009-01-02 Thread Anders Norrbring
> On Fri, Jan 2, 2009 at 14:14, Anders Norrbring > wrote: > > *bump* > > Please don't "bump" threads, Anders. This is not a traditional > web-based user forum. You've provided no additional data, so there is > no need to bring this thread up again. If you want to get more > attention to it

SV: [PHP] Sending files via POST

2009-01-02 Thread Anders Norrbring
*bump* > > > I'm a bit stuck.. I'm using the PEAR http_Request to send files and > > data as > > > HTTP POST, which is working fine if I in fact have the files on > disk > > on the > > > server. Just using the method addFile.. > > > > Okay > > > > > But what if the file data is only in a v

Re: SV: [PHP] Sending files via POST

2009-01-01 Thread Nathan Rixham
Anders Norrbring wrote: On Thu, Jan 1, 2009 at 02:35, Anders Norrbring wrote: I'm a bit stuck.. I'm using the PEAR http_Request to send files and data as HTTP POST, which is working fine if I in fact have the files on disk on the server. Just using the method addFile.. Okay But w

SV: [PHP] Sending files via POST

2009-01-01 Thread Anders Norrbring
> On Thu, Jan 1, 2009 at 02:35, Anders Norrbring > wrote: > > I'm a bit stuck.. I'm using the PEAR http_Request to send files and > data as > > HTTP POST, which is working fine if I in fact have the files on disk > on the > > server. Just using the method addFile.. > > Okay > > > But wha