File upload problem

Discussion in 'ASP.NET 2.0' started by sigortaonli, Oct 4, 2009.

  1. Hi,
    i have an application that i'm using in it the
    FileUpload everything is ok and it worked fine ...but sometimes when the file that i'm uploading is large (and i mean by large > 1 MB !!) it takes a long time and doesn't upload .....is there any time out that i can set or something to make it work all the time ...any one can tell me the problem ?
    plz ask for any further information ...thanks for any help
     
  2. Joseph Jun

    Joseph Jun DiscountASP.NET Staff

    What error message are you running into after the upload fails?
     
  3. no error msg appears ,all what happens is that the progress bar stops and it look like it's not responding no matter how long i waited.....it freezes
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    it's hard to help you if there's no error.
     
  5. Yes, it'd be a little difficult to say what the problem is because there are many things that could be causing this problem.

    We'd need you to provide us with more information about the issue, and if you can post the code that you're using we can take a look
     
  6. Hi,
    this issue is solved ...the support team helped me solve it ...but the fileupload is still taking a long time with very little document sizes ..it takes 5 minutes for a 3 MB document is there thing i can do to make it faster

    thank you all for the help
     
  7. Bruce

    Bruce DiscountASP.NET Staff

    it all depends on your connection. note that most ISP have very limited upload speed.
     

Share This Page