• Resolved ovvo

    (@ovvo)


    How can we limit the file size and type on the file upload application form?
    This is really a very useful plugin. Thanks for your support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Gary Pendergast

    (@pento)

    Job Manager uses WordPress’ builtin media upload handler, so will be restricted based on that.

    For file size, this is controlled by your upload_max_filesize and post_max_filesize in php.ini or your .htaccess file.

    For file type, WordPress automatically blocks dangerous file types. I haven’t created an option to restrict this further, and currently have no plans to do so. I would recommend putting an instruction in the application form, and using it as an exercise in reading and comprehension for your applicants. ??

    Thread Starter ovvo

    (@ovvo)

    Great. Thanks!

    I would like to display an error message when someone tries to upload a file larger than 2 MB.

    Is this possible by adding something manually in the code?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Job Manager] File type and size’ is closed to new replies.