CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Posts
    1

    Arrow fileuploading in ajax with simulated progressbar

    hello,

    Can you please tell me, is there any free control for Fileuploading in Asp.net Ajax with a Progressbar.
    Note : progressbar shoulb be simulated with data transfered; max file upload size required is 100mb, even if i try to upload in FTP it should accept 100mb.

    Regards,
    Rakesh

  2. #2
    Join Date
    Jul 2007
    Location
    Sweden
    Posts
    331

    Re: fileuploading in ajax with simulated progressbar

    This is a pretty tricky feat to accomplish on a website. Here's an example that does it though:
    http://www.webdice.org/uber_uploader/

    Here's another one with a description of how you could do it:
    http://sean.treadway.info/demo/upload/

    It would also be possible to make a Java app that handles file uploads.

  3. #3
    Join Date
    May 2002
    Posts
    10,943

    Re: fileuploading in ajax with simulated progressbar

    The most accurate (for sure) and best (in my opinion) way of progress bar uploads, is by using Flash.

    But, this Google search shows a lot of what you need with ASP.NET and a progress bar.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured