I've no problem with uploading files into my local directory(drive C
. But what I need is to upload them onto the server, so that other workstation can view/access my shared files. I change the destination path to my server path but it fails... My server is 'FRUITS'.<br><br><cffile action="UPLOAD" filefield="imagefile" <br> destination="\\FRUITS\notice_uploads\#session.user#"<br> nameconflict="MAKEUNIQUE" <br> accept="image/jpg, image/pjpeg, image/gif, image/bmp, image/tiff"><br><br>The error I got was:<br><br>Error processing CFFILE<br><br>The directory specified in the DESTINATION attribute of the CFFILE tag (\\FRUITS\notice_uploads\mgr200\) is not valid. The directory either does not exist or is not accessible by the ColdFusion service.<br><br>How can I specify the server pathname so that I can upload files onto the server? or do I use "http:// ...."?<br>Please help, thanx alot!<br><br><br>