Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • George Mocanu 28 posts 48 karma points
    Dec 02, 2010 @ 22:45
    George Mocanu
    0

    File sharing

    Hello guys,

    There is any ways that to do something like :allow members to upload / download files ,create folders in a common media folder  ? Something like  http://www.4shared.com/account/home.jsp ?

    Thanks,

  • Peter Gregory 408 posts 1614 karma points MVP 3x admin c-trib
    Dec 02, 2010 @ 23:04
    Peter Gregory
    0

    If you have .net development skills there is no reason why you could not build something like this for your logged in members.   If you want the files available in the Umbraco back office then you would need to use the Media APIs or build a custom section / extension if you wanted to have some sort of custom file management.

     

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Dec 02, 2010 @ 23:09
    Aaron Powell
    0

    Why would you use Umbraco for this? It seems needlessly excessive for a file sharing website.

  • George Mocanu 28 posts 48 karma points
    Dec 02, 2010 @ 23:10
    George Mocanu
    0

    Not for backoffice users . For members but I find this tool http://www.gleamtech.com/products/filevista/web-file-manager . Something like this I need .

    thanks

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Dec 02, 2010 @ 23:13
    Aaron Powell
    0

    I still think trying to build this onto Umbraco would be needlessly complex, an ASP.Net MVC application would be a heck of a lot simpler a way to do it.

    You could probably write a basic version in less than 50 lines of code

  • George Mocanu 28 posts 48 karma points
    Dec 02, 2010 @ 23:39
    George Mocanu
    0

    I want this for a intranet solution. each department 1 root folder where to share any kind of files. Other solutions ?

     

     

     

  • David Verberckmoes 46 posts 77 karma points
    Dec 03, 2010 @ 14:47
    David Verberckmoes
    0

    Use a shared folder on a fileserver with different roles for access.

  • George Mocanu 28 posts 48 karma points
    Dec 04, 2010 @ 17:51
    George Mocanu
    0

    How you do this with umbraco ?

     

  • jaygreasley 416 posts 403 karma points
    Dec 04, 2010 @ 19:06
    jaygreasley
    1

    You don't need Umbraco, i think you are overcomplicating the solution. Unless we are overlooking a requirement that you have not mentioned..

  • Lee Kelleher 4026 posts 15836 karma points MVP 13x admin c-trib
    Dec 05, 2010 @ 00:08
    Lee Kelleher
    0

    Hi George,

    Like the others have said, you don't need Umbraco to develop a Web File Manager app - with some basic ASP.NET skills you should be able to develop your own solution.

    However if you are looking for something a feature-rich as FileVista, then I recommend that you purchase a license for it.  When you consider how many hours you'd need to develop in order to match their feature-set - it's worth the license cost!  A cheaper alternative would be HTTP Commander.

    If you still want to develop your own, then a starting point would be this CodeProject article: Web File Manager

    Cheers, Lee.

  • George Mocanu 28 posts 48 karma points
    Dec 05, 2010 @ 23:34
    George Mocanu
    0

    thanks Lee,

    I will analyse your suggestions.

    I must check olso the way how will be set permisions.

  • George Mocanu 28 posts 48 karma points
    Dec 10, 2010 @ 12:05
    George Mocanu
    0

    Back

    I find a simple solution for Web File Manger Intranet.

    First using something like this :http://our.umbraco.org/wiki/how-tos/membership-providers/use-active-directory-to-authenticate-site-members-(intranet)

    to authenticate users from AD and automatically create members to manage permision for published content.

    For File Sharing  find this : http://www.izwebfilemanager.com/  with GPL license.

    Create a simple usercontrol and macro with parameter for rootdirectory. then create document type where using this macro .Create content (for each department in my case).

    Still a small problem. the root directory must be available in IIS (even like redirected). The content is protected with Umbraco membership but the folder not and if a user put the entire address to some files can access them no matter of the member groups. How do I protect this folder olso,(preffered in same way with umbraco membership) without setting the NTFS permisions ?

     

     

     

Please Sign in or register to post replies

Write your reply to:

Draft