Okay
  Public Ticket #1068989
Cant upload large CSV file
Closed

Comments

  •  2
    JohnnyWeissmueller23 started the conversation

    Hi,

    I tried to uplaod a table with about 80k rows and 7 columns with the table creator. Neither the excel file (about 4mb size) nor the csv file (about 3,6 mb) load proper. The screen just remains in the "loading" animation. I left the tab open for 3h but nothing happend.

    Thank you

  • [deleted] replied

    Hi Johnny Weissmueller,
    Thank you for the purchase.

    This is probably related with your server limitations. Either because upload_max_filesize either because of low memory limit on your server (memory_limit). Can you try to set in php.ini file these values for upload_max_filesizepost_max_size and memory_limit?

    upload_max_filesize = 10M

    post_max_size = 25M

    memory_limit = 2048M


  •  2
    JohnnyWeissmueller23 replied

    Thanks this did it for me.

    Have a nice day

  • [deleted] replied

    Hi Johnny Weissmueller,

    You are welcome. We'd greatly appreciate it if you could take a minute and leave a review on CodeCanyon on this link. Thanks!