Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Local directory in FIleManager?

Vote:
 

Hello EPi experts!
I have a client that wants to be enable for his employees (with no EPi skills) to upload content through ex ftp to a folder. This folder should be visible and also working in the filemanager in EPi edit mode. No versioning is require on the files.

Anyone have any good ideas?
// Jonas

#32492
Sep 04, 2009 10:15
Vote:
 

Install a FTP Server and use the native virtual path provider ?

 

#32493
Sep 04, 2009 10:19
Vote:
 

FTP is up and running thats no problem. I've looked in to the  native virtual path provider but its not working for me, any examples?

 

#32494
Sep 04, 2009 10:26
Vote:
 

Something like this?

 <add showInFileManager="true"
                    virtualName=Ftp Files"
                    virtualPath="~/FtpFiles/"
                    physicalPath="c:\FtpFiles"
                    name="FtpFiles"
                    type="EPiServer.Web.Hosting.VirtualPathNativeProvider,EPiServer"
/>

#32497
Sep 04, 2009 10:41
Vote:
 

This works half way. No errors when running, and folder exists in filemanger, but the files thats in the folder on disk is not visible in the filemanager and when adding a new file in filemanager it does not uploads it to the local folder.

Whats wrong?

#32498
Sep 04, 2009 11:23
Vote:
 
No errors ?
#32503
Sep 04, 2009 14:08
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.