I have code that allows users to upload new files. And when uploaded I have 
that file added to the collection.   Is it possible to index a collection that 
is on a different server the code executing.  

Ex: 

Server 1 has the upload code, and you are uploading to the file/files to Server 
2 where the collection is also at.   

ex code on server 1

    <cfindex collection="\\server2\collection\[collection name]"
                                action="UPDATE"
                                type="file"            
                                key="[path to file (unc)]">


I have tried several attempts but have not had success.  The file gets moved 
fine using the unc method for the path of the file just no lock with the 
collection.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269664
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to