SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: Need a file uploader and browser

  1. #1
    SitePoint Enthusiast
    Join Date
    May 2006
    Posts
    52
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Need a file uploader and browser

    I need a simple script that i can plugin to a cms.

    It needs to be able to:

    1. Upload file(s)
    2. Allow users to create directories. This will NOT create the directories on the system. It instead needs to create the relationship in the database. The files will all exist on one level in an upload folder.
    3. Browse all files in a tree folder like structure which is built using the relationship between the records in the database.
    4. Have file preview / edit / delete

    Does anyone know of one that can do all this?

    The ones i have found all physically create the folders which is no good to me.

  2. #2
    SitePoint Addict
    Join Date
    Aug 2007
    Location
    GR
    Posts
    352
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What type of files can they upload? This is very risky.

  3. #3
    SitePoint Enthusiast
    Join Date
    May 2006
    Posts
    52
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yep, forgot to mention, need to be able to restrict file types.

    The users are trusted therefore doesn't require much security.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •