rose has asked for the wisdom of the Perl Monks concerning the following question:
Monks,
Upload File
we use File::Copy:Recursive module to upload the directory from Client to Server. It will work if the Client is Windows or Server.
Upload Directory
Server to Server we can upload by using File::Copy:Recursive module.
If the client is Windows
But I am struggling to upload a directory from client(Windows) to Server.
Hope you understand my queries and guide me upload directory from Client(Windows) to Server.
Thank Monks!!
Rose
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem in Upload directory if client is Windows
by moritz (Cardinal) on Dec 01, 2009 at 17:17 UTC | |
|
Re: Problem in Upload directory if client is Windows
by CountZero (Bishop) on Dec 01, 2009 at 19:23 UTC |