Re: working with blobs in a two-server setup

From: Justin Wyer <justin(at)isogo(dot)co(dot)za>
To: Joolz <joolz(at)arbodienst-limburg(dot)nl>, pgsql-php(at)postgresql(dot)org
Subject: Re: working with blobs in a two-server setup
Date: 2004-10-27 07:50:03
Message-ID: 417F532B.2030400@isogo.co.za
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Joolz wrote:

>Hi everyone,
>
>I have a two server setup (both debian stable) with apache and the
>PHP engine on server1 and postgresql on server2. My application
>should be able to store BLOBs in the database. In a test environment
>where everything was running on a single server it was OK (I used
>the ADBOdb lo functions there) but now I get into all sorts of
>trouble: the database can't find the uploaded file, which makes
>sense: it's in /tmp on server1! :-(
>
>Does anyone know how I can handle this or have a pointer to a howto?
>
>Thanks!
>
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
>
move the file to a location on server2?

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Thom Dyson 2004-10-27 17:25:43 Fw: working with blobs in a two-server setup
Previous Message Joolz 2004-10-27 07:42:34 working with blobs in a two-server setup