[CLOSED] FileUploadField no response

  1. #1

    [CLOSED] FileUploadField no response

    I made a search in this topics (http://forums.ext.net/tags.php?tag=fileuploadfield) but I found nothing that could help me.

    When I try to upload a large file I always receive a "NORESPONSE" error.

    Here is my declaration about FileUploadField

     <ext:FileUploadField runat="server" ID="fufNomeAnexo" X="305" Y="198" ButtonText="#Anexar"
        Icon="Attach" ButtonOnly="true" FieldLabel="">
        <DirectEvents>
            <FileSelected OnEvent="fufNomeAnexo_FileSelected" IsUpload="true" Success="Erp.Net.Forms.frmLanMovReqAnexo.Popup.Success();"
                Failure="Erp.Net.Forms.frmLanMovReqAnexo.Popup.SendFileError(response);">
                <ExtraParams>
                    <ext:Parameter Name="pageIdentifier" Value="Erp.Net.Forms.frmLanMovReqAnexo.Popup.extraParams()"
                        Mode="Raw">
                    </ext:Parameter>
                </ExtraParams>
                <EventMask Msg="Aguarde. Enviando arquivo." />
            </FileSelected>
        </DirectEvents>
    </ext:FileUploadField>
    When I use a small file the upload occurs normally.

    []'s
    Last edited by Daniil; Jul 27, 2012 at 8:45 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Quote Originally Posted by Marcelo View Post
    When I try to upload a large file I always receive a "NORESPONSE" error.
    Are the things going well with small files?
  3. #3
    Quote Originally Posted by Daniil View Post
    Are the things going well with small files?
    Yes. Occurs normally
  4. #4
  5. #5
    Oh Gosh! you right, I completely forgot about that...
    my fault. Sorry.

    Mark as solved, please.

Similar Threads

  1. Replies: 0
    Last Post: Aug 05, 2012, 10:46 AM
  2. Replies: 3
    Last Post: Feb 14, 2011, 6:59 AM
  3. [CLOSED] Response performance
    By acrossdev in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 31, 2010, 7:25 PM
  4. [CLOSED] FileUploadField gives a Bad Response: Missing } error
    By r_honey in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Jul 26, 2010, 5:22 PM
  5. Response order
    By Wtower in forum 1.x Help
    Replies: 0
    Last Post: Apr 21, 2009, 6:37 AM

Posting Permissions