Upload Progressbar

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • iavian

    Upload Progressbar

    Hi

    What is the easiest way to have file upload progressbar with cool AJAX
    with complete sample code ..

  • Rémi Bastide

    #2
    Re: Upload Progressbar

    I'm not sure AJAX can help here... XMLHTTPRequest does not give you
    enough callback info to monitor the percentage of transfer for your
    request, hence to implement a progressbar

    Comment

    • Andy Jeffries

      #3
      Re: Upload Progressbar

      On Sun, 07 May 2006 21:20:36 -0700, iavian wrote:[color=blue]
      > What is the easiest way to have file upload progressbar with cool AJAX
      > with complete sample code ..[/color]



      Regards,


      Andy


      --
      Andy Jeffries MBCS CITP ZCE | gPHPEdit Lead Developer
      http://www.gphpedit.org | PHP editor for Gnome 2
      http://www.andyjeffries.co.uk | Personal site and photos

      Comment

      Working...