FileUpload problem

Discussion in 'ASP.NET / ASP.NET Core' started by Jugs0101, Oct 11, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi,
    I don't know if anyone can help me. I'm using an ASP.Net control, the FileUpload control, to handle the uploadloading of files to my website. It seems to be having trouble with any files over 1Mb in size. Does anyone know if there is any sort oflimit to the file sizes being uploaded to a DiscountAsp.net website or if it's configurable anywhere? Or indeed if the control has any parameter to set to specify a limit on file size.

    Thanks in advance...

    Jugs
     
  2. Modify the maxRequestLength attribute value inyour web.config as follows:(Assuming that you have sufficent space)



    <httpRuntime maxRequestLength="value in KB" />

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Thanks Vikram, that's worked a treat. 4 Meg file successfully uploaded! I don't suppose you know much about streaming video data on web pages do you? Or the best place to find information about it? :eek:)

    Thanks again,

    Jugs
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page