jQuery UI Widgets › Forums › DataTable › export to excel error
Tagged: angular grid, excel, export, export excel, Exportdata, grid, jquery grid, jqxgrid, license, save-file.php
This topic contains 5 replies, has 3 voices, and was last updated by Dimitar 8 years, 7 months ago.
-
Authorexport to excel error Posts
-
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 80Works with less rows (500)
Using v3.9.0
Is there a way to fix that?Thanks
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,
DimitarjQWidgets team
http://www.jqwidgets.com/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
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,
DimitarjQWidgets team
http://www.jqwidgets.com/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?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,
DimitarjQWidgets team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.