..:: MX Studio Fóruns ::..: upload - como aumentar o limite? - ..:: MX Studio Fóruns ::..

Jump to content

Publicidade




ATENÇÃO

Para evitar posts desnecessários e que não influam para o andamento e desenvolvimento do fórum, clique aqui e leia todas as regras.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

upload - como aumentar o limite? veja o script abaixo, onde eu aumento a taxa de upload?

#1 User is offline   jlima 

  • Group: Membros
  • Posts: 56
  • Joined: 19-October 06

  Posted 23 January 2007 - 01:01 PM

Alguem poderia me ajudar com este script?
Ao enviar um arquivo recebo a seguinte mensagem:

CODE
Active Server Pages error 'ASP 0113'

Script timed out

/upload.asp

The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools.


Como eu faço para aumentar a taxa de upload, preciso enviara um arquivo muito grande, sempre que envio surge a mensagem acima.
sad.gif

Da uma olhadinha no script:

CODE
<HTML>
<style type="text/css">
<!--
.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {
    font-size: 12px;
    font-weight: bold;
}
-->
</style>

<BODY BGCOLOR="#FFFFFF">
<div align="center">
  <p class="style1">
    <%
Set Upload = Server.CreateObject("Persits.Upload.1")
Count = Upload.Save("\meu diretorio")
%>
    <% = Count %>
    <strong>Clipping Enviado com Sucesso</strong>.<br>
  </p>
  <p class="style1"><a href="http://www.minhapagina...." class="style2">Voltar</a></p>
</div>
</BODY>
</HTML>

0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic



Publicidade




1 User(s) are reading this topic
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)