• Lisa Cerezo

    (@lisathirdsideco)


    My client is reporting random instances of customers not being able to upload files. They are using files whose format is allowed on our end, and whose size is well within the size restrictions we set, but some upload while others do not. We placed a file upload shortcode within a form generated by Contact Form 7. Files that do not upload properly show a red box which reads “File not uploaded” and underneath “Upload failed! Unknown error.”

    The site is using the most updated versions of both WordPress and the plugin (just updated it today). Would love to know how to overcome this upload error.

    Thanks in advance.

    https://ww.wp.xz.cn/plugins/wp-file-upload/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author nickboss

    (@nickboss)

    What is the size of the files in general?

    Thread Starter Lisa Cerezo

    (@lisathirdsideco)

    We have a limit of 100mb, and we had a 22mb file go through with no problem. Had upload errors for a 38mb file and an 88mb file.

    Plugin Author nickboss

    (@nickboss)

    are you using the free version of the plugin?

    Thread Starter Lisa Cerezo

    (@lisathirdsideco)

    Yes. Does the Pro version address this?

    Plugin Author nickboss

    (@nickboss)

    Usually the web servers impose limits to the file size and the time that it takes for the files to upload. Please check the following php variables for their values:

    upload_max_filesize
    post_max_size
    memory_limit
    max_execution_time
    max_input_time

    You can try to change these values, but sometimes the host provider does not allow it.

    The Pro version of the plugin uses another way to upload files that overcomes these restrictions and can upload files of any size.

    Nickolas

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

The topic ‘Unknown error when uploading files’ is closed to new replies.