Re: Re: Is this possible with php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Yeah, you can't do the local computer file moving and all that with the same script as your server side component, but if you'd rather not learn C# or another language like that, but you're comfortable with PHP, I'd highly recommend checking out Winbinder (http://www.winbinder.com).  Assuming your clients are all windows machines.

PHP is very powerful, it's just cumbersome to get a non-tech person to use a typically shell oriented language to do things on the client's machine.  Winbinder provides a merging of PHP and Windows' native API.  Takes a little getting used to at first, but works great.

-TG

= = = Original message = = =

PHP can do this, but you'd need it set up on each of the client
computers and periodically run to check the temp folder and perform the
upload. That's what any other application that can do similar does.

Cheers,
Rob.

On Mon, 2006-03-06 at 15:30, Jo~o C~ndido de Souza Neto wrote:
> PHP don't do this.
> 
> The user must select a file to upload and then the PHP can work with this.
> 
> PHP has no access to local files, think with me, how can PHP discover which
> machine in internet he has to access to get files.
> 
> Mace Eliason wrote:
> 
> > ------------------------------------------------------------------------
> > Hi,
> > 
> > I really don't think this is possible from what I know of php, but I
> > thought I would as the experts.
> > 
> > Is it possible to have php create directories and move files on a local
> > machine. I have created a web portal for a client and now they would
> > like it to upload files to an server, no a problem. But they would like
> > it to also move temp files on the users computer to new directories and
> > then upload the file to the server with no user interation other than
> > clicking go.
> > 
> > I have thought of doing this in vb or c# but I have done very little
> > with these languages, and php just rocks.
> > 
> > Thanks
> > 
> > Scandog


___________________________________________________________
Sent by ePrompter, the premier email notification software.
Free download at http://www.ePrompter.com.

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux