• Hi, when you try to upload a file by using a phone it keeps saying “file upload missing.!”
    By doing the same on the computer there is the same problem.
    Only the admin can upload files.

    Please help me fix this

    • This topic was modified 3 years, 8 months ago by bolifant.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bolifant

    (@bolifant)

    Did try the AJAX thing i saw in other comments but it had not any result.
    It has something to do with restrictions i guess because a different uploader does work.. please help me.

    */
        public function custom_upload_dir($_urls) {
            Global $copy_field_upload_dir;
            $_urls['path'] = WP_CONTENT_DIR . '/' . $copy_field_upload_dir;
            $_urls['url'] = WP_CONTENT_URL . '/' . $copy_field_upload_dir;
            return $_urls;
        }
    • This reply was modified 3 years, 8 months ago by bolifant.
    • This reply was modified 3 years, 8 months ago by bolifant.
    Plugin Contributor Sark

    (@sarkware)

    Could be file permission issue.
    Can you able to upload from wp-admin -> Media
    Any exception logs from error.log file.?

    Thread Starter bolifant

    (@bolifant)

    There is no file with error log available since it’s not even coming trough…
    I can make a profile with right so you could check if you want?
    Please let me know where to sent the account..

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

The topic ‘Upload Error on mobile Phone’ is closed to new replies.