Technical support This forum is closed.
Version 1.x > Technical support > local path - file import View modes: 
User avatar
Member
Member
vrivero - 2/9/2006 10:21:08 AM
   
local path - file import

Is it possible to implement a way to import files to kentico from any folder of the local disk of any client. I mean without putting them before in the upload folder. Do you have any ideas about how to do this?

User avatar
Guest
admin - 2/11/2006 3:04:11 PM
   
Re: local path - file import
Hello,

unfortunately, this option is currently not supported. You could achieve that if you choose to store files in the database (<add key="CMSStoreFilesInDatabase" value="true" /> in web.config) and write some simple utility using Kentico CMS API that will read your files and save them as blobs to the cms.file documents.

Please let me know if you need any help with that.

Best Regards,