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. Have file uploading in background while continuing Navigation

Have file uploading in background while continuing Navigation

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netbeta-testingtutorialcode-review
6 Posts 4 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.
  • N Offline
    N Offline
    Neil Wilson
    wrote on last edited by
    #1

    I have an ordering site with a requirement where I need to allow a user to upload a file and while that file is uploading, allow them to continue on in the page flow. On each page, I wish to be able to check on the status of the file uploading and provide feedback to the user on the status of the upload, such as a progress bar. I'm looking for ideas on how to begin a file upload and then allow for page navigation without ending the upload. ASP.Net / AJAX are good to use, but not Silverlight

    N L A 3 Replies Last reply
    0
    • N Neil Wilson

      I have an ordering site with a requirement where I need to allow a user to upload a file and while that file is uploading, allow them to continue on in the page flow. On each page, I wish to be able to check on the status of the file uploading and provide feedback to the user on the status of the upload, such as a progress bar. I'm looking for ideas on how to begin a file upload and then allow for page navigation without ending the upload. ASP.Net / AJAX are good to use, but not Silverlight

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      Interesting problem. The first thing that comes to mind is to use an iframe for the navigation so the file upload is taking place in one page while other pages are displayed in the iframe.


      I know the language. I've read a book. - _Madmatt

      N 1 Reply Last reply
      0
      • N Not Active

        Interesting problem. The first thing that comes to mind is to use an iframe for the navigation so the file upload is taking place in one page while other pages are displayed in the iframe.


        I know the language. I've read a book. - _Madmatt

        N Offline
        N Offline
        Neil Wilson
        wrote on last edited by
        #3

        Not a bad idea in general, but unfortunately won't work for my purposes. We cannot place the main page content into an iframe for navigation, it could create a lot of problems for us. Any other ideas?

        N 1 Reply Last reply
        0
        • N Neil Wilson

          Not a bad idea in general, but unfortunately won't work for my purposes. We cannot place the main page content into an iframe for navigation, it could create a lot of problems for us. Any other ideas?

          N Offline
          N Offline
          Not Active
          wrote on last edited by
          #4

          As I'm sure you know the difficulty is keeping the uplaod active while navigating to another page. The thing the pops to mind (pun intended :-D ) is a popup window to handle the upload, however that could be blocked by browser settings, etc. Although its just a variation on the the same idea you could use ajax calls to refresh the content.


          I know the language. I've read a book. - _Madmatt

          1 Reply Last reply
          0
          • N Neil Wilson

            I have an ordering site with a requirement where I need to allow a user to upload a file and while that file is uploading, allow them to continue on in the page flow. On each page, I wish to be able to check on the status of the file uploading and provide feedback to the user on the status of the upload, such as a progress bar. I'm looking for ideas on how to begin a file upload and then allow for page navigation without ending the upload. ASP.Net / AJAX are good to use, but not Silverlight

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            One most obvious way is using AJAX. MultiUpload, a smarter file upload server control using AJAX[^] Try it..

            Jinal Desai - LIVE Experience is mother of sage....

            1 Reply Last reply
            0
            • N Neil Wilson

              I have an ordering site with a requirement where I need to allow a user to upload a file and while that file is uploading, allow them to continue on in the page flow. On each page, I wish to be able to check on the status of the file uploading and provide feedback to the user on the status of the upload, such as a progress bar. I'm looking for ideas on how to begin a file upload and then allow for page navigation without ending the upload. ASP.Net / AJAX are good to use, but not Silverlight

              A Offline
              A Offline
              AlexeiXX3
              wrote on last edited by
              #6

              What if you just open a new pop window and allow the users to upload the files in the popup window For whowing the progress... There are some solutions for that, just google it

              Alexei Rodriguez

              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