Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Bulk File Upload

Bulk File Upload

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelp
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    S Aijaz
    wrote on last edited by
    #1

    Hi I have a situation where i need to upload many files at a time. The number of files can be any thing like 1, 100, 144, 1000, or 500 or any number. a user will come he will select a folder the uploader should loop the folder and upload every file that is present in the folder. Does there lie a solution to this problem in asp.net.

    A V 2 Replies Last reply
    0
    • S S Aijaz

      Hi I have a situation where i need to upload many files at a time. The number of files can be any thing like 1, 100, 144, 1000, or 500 or any number. a user will come he will select a folder the uploader should loop the folder and upload every file that is present in the folder. Does there lie a solution to this problem in asp.net.

      A Offline
      A Offline
      Anurag Gandhi
      wrote on last edited by
      #2

      S_Aijaz1 wrote:

      a user will come he will select a folder the uploader should loop the folder and upload every file

      I don't think this is possible directly with asp.net. Security issue in web. :) However, you can achieve this using Flash, silverlight or ActiveX in your web application. I would suggest, search solution(s) in those area.

      Anurag Gandhi.
      http://www.gandhisoft.com
      Life is a computer program and every one is the programmer of his own life.
      My latest article: Group GridView Data

      S 1 Reply Last reply
      0
      • A Anurag Gandhi

        S_Aijaz1 wrote:

        a user will come he will select a folder the uploader should loop the folder and upload every file

        I don't think this is possible directly with asp.net. Security issue in web. :) However, you can achieve this using Flash, silverlight or ActiveX in your web application. I would suggest, search solution(s) in those area.

        Anurag Gandhi.
        http://www.gandhisoft.com
        Life is a computer program and every one is the programmer of his own life.
        My latest article: Group GridView Data

        S Offline
        S Offline
        S Aijaz
        wrote on last edited by
        #3

        what security issues are there?

        A 1 Reply Last reply
        0
        • S S Aijaz

          what security issues are there?

          A Offline
          A Offline
          Anurag Gandhi
          wrote on last edited by
          #4

          I would not allow any browser to read my hard drive(s)/Folder and send the file information to the server. It is ok for me to upload the selected file based on need AND with my permission. But if anything is getting uploaded, i should be properly aware of them. Please note and every user is not a developer and they may or may not be aware of what your site is doing. I hope this answers your question. If not, you may google it. A lot of thread has already discussed on "File Upload security issue". :)

          Anurag Gandhi.
          http://www.gandhisoft.com
          Life is a computer program and every one is the programmer of his own life.
          My latest article: Group GridView Data

          1 Reply Last reply
          0
          • S S Aijaz

            Hi I have a situation where i need to upload many files at a time. The number of files can be any thing like 1, 100, 144, 1000, or 500 or any number. a user will come he will select a folder the uploader should loop the folder and upload every file that is present in the folder. Does there lie a solution to this problem in asp.net.

            V Offline
            V Offline
            Vasudevan Deepak Kumar
            wrote on last edited by
            #5

            Check out this JQuery Plugin ('Uploadify'): http://www.uploadify.com/demos/[^] It still needs to you to select all files in the folder and may not be able to recursively select folders in it.

            Vasudevan Deepak Kumar Personal Homepage
            Tech Gossips
            The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups