Okay
  Public Ticket #1557719
doing something with wpdatatables lite
Closed

Comments

  •   rob0 started the conversation
  • [deleted] replied

    Hi rob0,
    Thank you for the inquiry.

    "Sorry, this file type is not permitted for security reasons."

    I get this when trying to upload csv, xls or xlsx

    - This is caused by WordPress settings. You can allow uploads of these file types by adding this line in wp-config.php file of your WordPress site:

    define('ALLOW_UNFILTERED_UPLOADS', true);

    With lite version you should be able to create tables from these file types that you mentioned. After adding this line in wp-config.php file, can you try if you can create wpDataTables?

    A lot of premium plugins have lite versions on WordPress repository and that is one of the ways to reach more customers. wpDataTables Lite is restricted like other lite plugins but it can be used for some basic needs that are mentioned in the description of wpDataTables lite plugin. Also we mentioned limitations that are not available in the lite version:

    1. Plugin will allow only tables up to 150 rows.
    2. MySQL-query based tables supprt is not included.
    3. Server-side processing for large tables is not included.
    4. Responsive mode for the tables is not included.
    5. Front-end editing is not included.
    6. Excel-like editing is not included
    7. Google Charts and HighCharts are not included.
    8. Table Constructor Wizard (step-by-step table generator) is not included.
    9. Access to our premium support system is not included.

    You can try our sandbox site: Front-end & Back-end - you can find a fully functional version there to try out all plugin features.