jQWidgets Forums

jQuery UI Widgets Forums Angular host your export php

Tagged: 

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

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
  • host your export php #107523

    fab.silvereye
    Participant

    Is it possible host export php in my web server? I’ve a developer license.

    host your export php #107531

    Hristo
    Participant

    Hello fab.silvereye,

    Maybe you mean some of the files related to the exporting feature.
    Yes, this is the meaning to host some of these files to your own server.
    In that way, you could determinate the limit of the data.
    Please, clarify it, if this is no what you searching for.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

    host your export php #107543

    fab.silvereye
    Participant

    I need for

    jqxDataTable

    this.chartdatatable.exportData(‘xls’);

    when I use this call it calls a service in you service I would like call a service on my server beacause I use
    my application offline in a LAN without internet connection.

    host your export php #107714

    Hristo
    Participant

    Hello fab.silvereye,

    You could achieve this as you use the licensed version and using the dataexport.php file.
    After that, you should host this file on your own internal server and navigate to it in the exportSettings property with the serverURL member.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

    host your export php #108092

    robf
    Participant

    Hello,
    I just purchased developer license. I do not understand how I host the exporter. Where is dataexport.php in production download of JQW 9.0. Where are exportsetttings?

    Thanks.
    Rob

    host your export php #108147

    Hristo
    Participant

    Hello Rob,

    You should log in through the Client Portal and get the source version.
    There you could find the PHPExport” folder with the mentioned file.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

    host your export php #108309

    robf
    Participant

    Hi
    Seems like I am able to host the datexport, but FYI you have a typo in code for CSV files. I changed from CVS to CSV for it to work

    $mimeTypes = array(‘xls’ => ‘application/vnd.ms-excel’,
    ‘xml’ => ‘application/xml’,
    ‘html’ => ‘text/html’,
    ‘cvs’ => ‘text/plain’,
    ‘tsv’ => ‘text/plain’, ‘json’ => ‘text/plain’, ‘array’ => ‘text/plain’);

    host your export php #120765

    mikeerickson
    Participant

    I am trying to find this dataexport.php file in my licensed download, but I don’t see it anywhere?

    Can someone PLEASE help me locate this file, I have users waiting for export files and I can’t find it ANYWHERE

    host your export php #120768

    admin
    Keymaster

    Hi,

    The usage of such file is deprecated. The current data export is through the “exportview” method and does not require a PHP file.

    Best regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/

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

You must be logged in to reply to this topic.