Hi, I have a windows map drive to another server. I can read the files with cffile fine, but when I use cfcollection to index the file, it doesn't do it. When I cfdump the status, it says "File not found".
So <cffile action="read" file="\\abc\file\content.doc" variable="content"/> works fine. But <cfcollection action="update" collection="myCollection" type="file" key="\\abc\file\content.doc" custom1="fileID" status="getStatus"/> doesn't work. Would you please tell me what I need to do to make it work? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244233 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

