AspUpload issue

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

    AspUpload issue

    Hi All

    I've developed a simple upload section of my site that allows the user to
    upload mp3 audio clips of new bands.

    I've used AspUpload v2.0 as this is provided by my ISP, but even though
    these clips are no more than 500KB in size, the server is generating timeout
    errors.

    I asked my ISP why this is the case and they said that the server timeout is
    set to 10 seconds so depending on the connection speed of the user who's
    uploading the files it will mean that they can only upload files of 200KB
    even on broadband.

    Is there anyway round this??

    Rgds

    Laphan


  • Martin Honnen

    #2
    Re: AspUpload issue



    Laphan wrote:
    [color=blue]
    > I've developed a simple upload section of my site that allows the user to
    > upload mp3 audio clips of new bands.
    >
    > I've used AspUpload v2.0 as this is provided by my ISP, but even though
    > these clips are no more than 500KB in size, the server is generating timeout
    > errors.
    >
    > I asked my ISP why this is the case and they said that the server timeout is
    > set to 10 seconds so depending on the connection speed of the user who's
    > uploading the files it will mean that they can only upload files of 200KB
    > even on broadband.
    >
    > Is there anyway round this??[/color]

    Try

    I guess setting
    Server.ScriptTi meout
    will help but I have no experience with the component you use.
    --

    Martin Honnen


    Comment

    • Aaron Bertrand [MVP]

      #3
      Re: AspUpload issue

      > I asked my ISP why this is the case and they said that the server timeout
      is[color=blue]
      > set to 10 seconds[/color]

      You can override this.


      --
      Aaron Bertrand
      SQL Server MVP
      Please contact this domain's administrator as their DNS Made Easy services have expired.



      Comment

      • Laphan

        #4
        Re: AspUpload issue

        Many thanks Guys

        Do I take it that I can run the Server.ScriptTi meout command from anywhere
        in the ASP page or does it have a specific place such as the 1st command on
        the page???

        Rgds

        Laphan

        Aaron Bertrand [MVP] <aaron@TRASHasp faq.com> wrote in message
        news:OOzd9UMvDH A.2304@TK2MSFTN GP12.phx.gbl...[color=blue]
        > I asked my ISP why this is the case and they said that the server timeout[/color]
        is[color=blue]
        > set to 10 seconds[/color]

        You can override this.


        --
        Aaron Bertrand
        SQL Server MVP
        Please contact this domain's administrator as their DNS Made Easy services have expired.





        Comment

        • Aaron Bertrand [MVP]

          #5
          Re: AspUpload issue

          Put it at the top. Why would you want to put it anywhere else?

          --
          Aaron Bertrand
          SQL Server MVP
          Please contact this domain's administrator as their DNS Made Easy services have expired.





          "Laphan" <news@DoNotEmai lMe.co.uk> wrote in message
          news:3fd371d5_3 @127.0.0.1...[color=blue]
          > Many thanks Guys
          >
          > Do I take it that I can run the Server.ScriptTi meout command from anywhere
          > in the ASP page or does it have a specific place such as the 1st command[/color]
          on[color=blue]
          > the page???[/color]


          Comment

          Working...