Re: [PHP-DB] upload file

2008-07-05 Thread Bastien Koert
On Sat, Jul 5, 2008 at 5:50 PM, Roberto Carlos García Luís < [EMAIL PROTECTED]> wrote: > Ron, > > You can use a Editor that have the service. > > For example Dreamweaver or create a link to a ftp server. > > > > El 05/07/2008, a las 10:52 a.m., Ron escribió: > > Is it possible to upload directly

Re: [PHP-DB] upload file

2008-07-05 Thread Roberto Carlos García Luís
Ron, You can use a Editor that have the service. For example Dreamweaver or create a link to a ftp server. El 05/07/2008, a las 10:52 a.m., Ron escribió: Is it possible to upload directly on a remote server using php file upload? so that i will have everything on the remote server instead

Re: [PHP-DB] upload file

2008-07-05 Thread Ron
Hi Sir, Is it possible to upload directly on a remote server using php file upload? so that i will have everything on the remote server instead of in the local server? regards, ron On Sat, 5 Jul 2008 10:55:48 -0400, Bastien Koert wrote > On Fri, Jul 4, 2008 at 11:35 PM, Ron <[EMAIL PROTECTED]>

Re: [PHP-DB] upload file

2008-07-05 Thread Bastien Koert
On Fri, Jul 4, 2008 at 11:35 PM, Ron <[EMAIL PROTECTED]> wrote: > Hi, > > I dont know if this question is allowed here: > > i have a web interface that let's user upload file, but i have 2 servers > and use dns round-robin. when a user uploads a file, it will only be > uploaded on one of the serv

Re: [PHP-DB] upload file [heur]

2008-07-04 Thread Chris Verges
Hey Ron, One method that I've used in the past is to dedicate one server based on some kind of hashing algorithm (username?) to be the upload server. That server should have a unique DNS entry (www2.domain.ext) which all URLs that need upload processing refer to. The other way to do it is to sto