• Hi everyone,
    This question has been asked before but I can’t find a working solution. I have a WP site where registered users can (not yet) download the latest software. I have solved the upload with:

    define(‘ALLOW_UNFILTERED_UPLOADS’,true);

    so the files are on the server. Download links however open “File cannot be found” error. Is there an option to allow the download? Can this be done with WP5x?

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

Viewing 1 replies (of 1 total)
  • You really shouldn’t try to get around the restrictions. There are good reasons to have them.
    You could convert the file to a different type, such as .zip, so that it isn’t directly executable.

Viewing 1 replies (of 1 total)
  • The topic ‘Executable file download solutions’ is closed to new replies.