Page view counter

File Uploader/Manager

Last post 02-08-2007 11:04 AM by Niall20. 6 replies.

Sort Posts:

  • File Uploader/Manager

    02-06-2007, 6:08 PM
    • Loading...
    • Niall20
    • Joined on 05-14-2004, 2:56 PM
    • Posts 969
    • Points 2,514

    I am looking for a ASP.NET 2.0 File Uploader/Manager that I can add to me CMS.

    Ideal something open source or free would be great.

    What I want is where a user clicks an icon next to a textbox, window opens, user can upload a file or select a file on the server from a list of files on the server. Click select, window closes and the files address is inputted into the textbox.

    Anything like this or similar to this around?
     

  • Re: File Uploader/Manager

    02-06-2007, 7:54 PM

    hi Niall20

    in asp.net 2.0, there is a built-in server control called FileUpload

    http://www.c-sharpcorner.com/UploadFile/mahesh/FileUpload10092005172118PM/FileUpload.aspx?ArticleID=79850d6d-0e91-4d7b-9e27-a64a09b0ee6b

    the above article talking about using FileUpload Control in asp.net2.0

    hope it can help

    Jessica

    Jessica Cao
    Sincerely,
    Microsoft Online Community Support


    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • Re: File Uploader/Manager

    02-06-2007, 7:57 PM
    • Loading...
    • CSharpSean
    • Joined on 10-21-2006, 5:43 AM
    • Orlando, FL
    • Posts 912
    • Points 5,436
  • Re: File Uploader/Manager

    02-07-2007, 11:32 AM
    • Loading...
    • Niall20
    • Joined on 05-14-2004, 2:56 PM
    • Posts 969
    • Points 2,514

    Thanks for the links everyone.

    Is there any such things as an Image Manager out there? Based on the same principals as I described above for the file manager.
     

  • Re: File Uploader/Manager

    02-07-2007, 12:01 PM
    • Loading...
    • CSharpSean
    • Joined on 10-21-2006, 5:43 AM
    • Orlando, FL
    • Posts 912
    • Points 5,436
    Just modify the code in the above links to the way you want. Its a good starting point. I think there is an Image Manager im one of the starter kits, but I forgot which one.
  • Re: File Uploader/Manager

    02-07-2007, 8:45 PM
    Answer

    hi Niall20,

    here is an Image Manager

    http://editor.lionsky.net/WebHtmlEditor/Examples/ImageManager/ImageManager.Aspx

    hope it helps

    Jessica

    Jessica Cao
    Sincerely,
    Microsoft Online Community Support


    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • Re: File Uploader/Manager

    02-08-2007, 11:04 AM
    • Loading...
    • Niall20
    • Joined on 05-14-2004, 2:56 PM
    • Posts 969
    • Points 2,514
    Thanks for the link. How can I donwload this?
Page 1 of 1 (7 items)