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. upload .mdb file

upload .mdb file

Scheduled Pinned Locked Moved ASP.NET
csharpasp-net
6 Posts 5 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.
  • R Offline
    R Offline
    rajmani
    wrote on last edited by
    #1

    Hi all How upload msaccess(.mdb) file using Asp.net. It is possible, thanks

    R N 2 Replies Last reply
    0
    • R rajmani

      Hi all How upload msaccess(.mdb) file using Asp.net. It is possible, thanks

      R Offline
      R Offline
      rajmani
      wrote on last edited by
      #2

      How upload 1gb file upload using asp.net client side thanks

      K K 2 Replies Last reply
      0
      • R rajmani

        Hi all How upload msaccess(.mdb) file using Asp.net. It is possible, thanks

        N Offline
        N Offline
        N a v a n e e t h
        wrote on last edited by
        #3

        rajmani wrote:

        How upload msaccess(.mdb) file using Asp.net.

        Use FileUpload control. File type doesn't matter


        My Website | Ask smart questions

        V 1 Reply Last reply
        0
        • R rajmani

          How upload 1gb file upload using asp.net client side thanks

          K Offline
          K Offline
          Kschuler
          wrote on last edited by
          #4

          If you want to upload files that are going to be of a rather large size, you will have to make a change to your web config file. You will need to specify a maxRequestLength equal to the largest size file you plan to allow. The default is 4096 which is 4 MB. http://msdn2.microsoft.com/en-gb/library/e1f13641.aspx[^] Good Luck.

          1 Reply Last reply
          0
          • N N a v a n e e t h

            rajmani wrote:

            How upload msaccess(.mdb) file using Asp.net.

            Use FileUpload control. File type doesn't matter


            My Website | Ask smart questions

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

            The user has some added query info here: http://www.codeproject.com/script/comments/forums.asp?msg=2176950&forumid=12076#xx2176950xx[^]

            Vasudevan Deepak Kumar Personal Homepage Tech Gossips

            1 Reply Last reply
            0
            • R rajmani

              How upload 1gb file upload using asp.net client side thanks

              K Offline
              K Offline
              Kelly Herald
              wrote on last edited by
              #6

              The problem with using the basic file upload control is that the server side will need to allocate memory equal to the size of the file getting uploaded. Where I work we used to use the basic file upload control and whenever someone would upload a 600MB file IIS for ALL people would stop responding and the server showed the worker process using 600+ MB of memory. For that size of file I highly recommend using the free NeatUpload[^] component. Not only will it give you a progress bar it also won't consume much memory because it takes chunks postback stream and saves it to a temp file and responds with a progress message. Also, during the upload the client can cancel the upload. I have successfully uploaded 1.7+ GB without any problems and the server memory usage went up by about 10MB which is very acceptable.

              Kelly Herald Software Developer

              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