jQuery UI Widgets Forums DataTable export to excel error

This topic contains 5 replies, has 3 voices, and was last updated by  Dimitar 8 years, 7 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • export to excel error #77913

    arkgroup
    Participant

    I have data table with 1200 rows and 12 columns. When I do export I got error:

    Request Entity Too Large

    The requested resource
    /subfolder1/export_server/save-file.php
    does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
    Apache Server at jquerygrid.net Port 80

    Works with less rows (500)
    Using v3.9.0
    Is there a way to fix that?

    Thanks

    export to excel error #77925

    Dimitar
    Participant

    Hello arkgroup,

    I assume the file save-file.php is hosted on your server. If that is so, you would have to increase the maximum upload file size. In the following Stack Overflow topic is explained how to do so: http://stackoverflow.com/questions/2184513/php-change-the-maximum-upload-file-size.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    export to excel error #77959

    arkgroup
    Participant

    When I do export, I am accessing http://jquerygrid.net/export_server/save-file.php
    Do you have to provide modification to maximum upload file size?
    I am using .NET and localhost and have no idea or knowledge about any php files.
    How can I fix maximum upload file size?

    Thanks

    export to excel error #77961

    Dimitar
    Participant

    Hi arkgroup,

    Then I would assume you are using the default functionality of the exportData method, which sends the jqxDataTable data to our server, where the necessary file (i.e. .xls) is created and then downloaded from. There is a file size limit imposed on our server, that is why you are seeing the error message you shared. If you purchase a Developer or Enterprise license, you will have access not only to save-file.php, but to an ASP.NET export solution, too, which you may implement on your server to bypass the limitations you are currently facing.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    export to excel error #86716

    revilo7
    Participant

    Hello;
    I am getting to know jqwidgets controls and may use on a website for a client. Using test data we already exceed the 2MB limitation.
    Is it possible to host the export on my server using a Basic Website License?

    export to excel error #86725

    Dimitar
    Participant

    Hello revilo7,

    Unfortunately, the jQWidgets source code (including the export files) is available only with the Developer and Enterprise license types. However, I suggest you contact our Sales Department at sales@jqwidgets.com with your requirements for more specific information.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.