On Fri, 2006-08-04 at 10:50 -0400, blackwater dev wrote:
>   Fopen, however, won't let
> me write using the http protocol.  How can I open and write files between
> servers?

This scenario would be one of the times that I would use LOB's for the
image data. That way you could simply drop in another SQL server when
you start running out of space with 0 downtime.

That being said, why not try a SOAP webservice or a FTP PUT?

We use SOAP where there are no FP servers, and on the local network it
does well with 100MB+ files. I think also fopen and fput do remote
connections, but I may be wrong there.

--Paul

All Email originating from UWC is covered by disclaimer 
http://www.uwc.ac.za/portal/uwc2006/content/mail_disclaimer/index.htm 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to