• Resolved paadmin

    (@paadmin)


    Hi,
    What is the maximum csv file size an administrator can import? In the settings there is a upload setting for 10,000KB. However, I seem to keep getting timeout errors with 150KB files.
    Is there a way to increase the timeout for importing?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    The CSV is imported in a single operation, so the limit is going to vary according to a number of things. There is a php setting call max_execution_time that you can set to let the operation go longer. Also, there is the upload_max_filesize and post_max_size php settings that set the maximum size you can upload.

    Thread Starter paadmin

    (@paadmin)

    Ahh, okay thank you. I was able to upload files better when I split my files more, down to roughly 70kb.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Maximum Upload Size, Importing CSV file for Database’ is closed to new replies.