Upload not happening!

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Upload not happening!

    Hi,

    I am trying to develop a upload aspx form using the example and code
    provided at

    [url]http://support.microsoft.com/default.aspx?scid=kb;en=US;323245[/url]

    using the same code and example.... ! the objective i am trying to achieve
    is ...upload the files which are more than

    500MB files ...! I configured both the machine.config file and web.config
    files in the httpRuntime maxRequestLength
    for more than 1GB ...but still the upload doesn't happen . I am having a
    Windows 2000 Pro Workstation with Visual Studio .NET 1.0 and IIS 5.0 for
    development purpose with 256 MB RAM.

    Is there a limit for the size of the file which could be
    uploaded?

    Is there any better workaround for the same ?

    I am using asp.Net and visual Basic .Net and not familiar with any
    other .Net supported languages.. eg(C#,C++...etc).

    Can you people tel me what I am missing ???? And where Ia m going
    wrong????

    Thanks in advance ..!
    Raj


    raj Guest

  2. Similar Questions and Discussions

    1. strange things happening..
      Contribute acting strange.. Using Contribute for 3 years now, and on some pages it randomly decides to stop letting people ?paste? in the...
    2. Not sure why this is happening.
      I have the following site, that right now is ugly :), but asks for username and password before entering to the main site. <cfquery name="Login1"...
    3. Can Somebody Tell Me Whats Happening
      A message saying Macromedia Fireworks MX 2004 is Not supported on this operating system. Please refer to the product system requirements for a list...
    4. [OT] What is happening here?
      I think I actually liked it better 1999-2001 when the trolls at least posted code. Wow is it hostile in here. And the amount of posters/trolls...
    5. #24974 [NEW]: #19292 happening again
      From: lenar at city dot ee Operating system: debian/unstable PHP version: 4.3.3RC2 PHP Bug Type: Apache related Bug...
  3. #2

    Default Re: Upload not happening!

    "raj" spoke:
    > Hi,
    >
    > I am trying to develop a upload aspx form using the example and code
    > provided at
    >
    > [url]http://support.microsoft.com/default.aspx?scid=kb;en=US;323245[/url]
    >
    > using the same code and example.... ! the objective i am trying to
    > achieve is ...upload the files which are more than
    >
    > 500MB files ...! I configured both the machine.config file and
    > web.config files in the httpRuntime maxRequestLength
    > for more than 1GB ...but still the upload doesn't happen . I am
    > having a Windows 2000 Pro Workstation with Visual Studio .NET 1.0
    > and IIS 5.0 for development purpose with 256 MB RAM.
    >
    > Is there a limit for the size of the file which could be
    > uploaded?
    The built-in ASP.NET upload functionality does not scale up to what you
    want to do. You'll need a custom implementation or revert to other means
    like HTTP PUT.

    Cheers,
    --
    Joerg Jooss
    [email]joerg.jooss@gmx.net[/email]
    Joerg Jooss Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139