CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ColdFusion

 copy files to folder in UNIX server

Print topic Send  topic

Author Message
izah_82

Posts: 1
Posted: 10/18/2004, 6:07 PM

i want to ask...how can i write the code in coldfusion to import all the files such as .pdf, .doc, .tiff etc in my computer (which is i'm using windows XP ) to the folder in UNIX?...this is the cf statement that i already done if i copy the files from NT server to NT server..

<cffile action="upload"
destination="F:\TMDOCMALL\Devl\EdmsDoc\"
nameConflict="makeUnique"
fileField="Form.UploadFile">


...but if I want to copy files in NT server to folder in UNIX server, it cannot be done like that...i have to put something at the dot line at the first statement like below:-


<cffile .......... action="upload"
destination="F:\TMDOCMALL\Devl\EdmsDoc\"
nameConflict="makeUnique"
fileField="Form.UploadFile">

so what statement should i put at the dot line?thank you
View profile  Send private message
FLhr
Posted: 10/19/2004, 6:14 AM

Have you tried the "copy" action?

FLhr

"izah_82" <izah_82@forum.codecharge> wrote in message
news:12417468ca73520@news.codecharge.com...
>i want to ask...how can i write the code in coldfusion to import all the
>files
> such as .pdf, .doc, .tiff etc in my computer (which is i'm using windows
> XP )
> to the folder in UNIX?...this is the cf statement that i already done if i
> copy
> the files from NT server to NT server..
>
> <cffile action="upload"
> destination="F:\TMDOCMALL\Devl\EdmsDoc\"
> nameConflict="makeUnique"
> fileField="Form.UploadFile">
>
>
> ..but if I want to copy files in NT server to folder in UNIX server, it
> cannot
> be done like that...i have to put something at the dot line at the first
> statement like below:-
>
>
> <cffile .......... action="upload"
> destination="F:\TMDOCMALL\Devl\EdmsDoc\"
> nameConflict="makeUnique"
> fileField="Form.UploadFile">
>
> so what statement should i put at the dot line?thank you
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>


Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.