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 li...@norrbring.se 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

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 nrix...@gmail.com 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

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 variable? It feels like

SV: [PHP] Sending files via POST

2009-01-02 Thread Anders Norrbring
On Fri, Jan 2, 2009 at 14:14, Anders Norrbring li...@norrbring.se 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

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 nrix...@gmail.com wrote: after having a flick through the source it looks like a limitation of http request;

SV: [PHP] Sending files via POST

2009-01-01 Thread Anders Norrbring
On Thu, Jan 1, 2009 at 02:35, Anders Norrbring and...@norrbring.se 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

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 and...@norrbring.se 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..