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

Re: [PHP] Sending files via POST

2009-01-02 Thread Daniel Brown
On Fri, Jan 2, 2009 at 16:32, Anders Norrbring wrote: > > I provided some additional data at 2009-01-01 09:33.. (That would be GMT+1 > hour) > But after that.. I didn't get *anything* at all, not from Nathan, not from > anybody else. Which is why I asked. > And I'm fully aware of the distinc

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

Re: [PHP] Sending files via POST

2009-01-02 Thread Daniel Brown
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, you will need

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

Re: [PHP] Sending files via POST

2009-01-01 Thread Daniel Brown
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 what if the file data is

[PHP] Sending files via POST

2008-12-31 Thread Anders Norrbring
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.. But what if the file data is only in a variable? It feels like overkill to first save to disk, and then re