Hi there!
I have been using your plugin for about 2 years now for a specific file .ddd upload with no issues, worked like a charm. However, when I updated PHP to ver 8.3, it does not let me update same file any more saying “Sorry, you are not allowed to upload this file type.”
I see that your plugin has not been updated in a while, can you please look into this issue? For now I am sticking with PHP ver 8.2 until you get it fixed. Please let me know when you plan to release new version that will be comaptible with ver 8.3
Thanks!
]]>Hello,
I want to download kml files.
I added new file types :
MIME Type: “application/vnd.google-earth.kml+xml” or “text/xml” or “application/xml”
But it still doesnt work..
How could I do please ?
Thanks
]]>Good Day,
When do you plan to address this message?
This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
We noticed plugin support is still provided, but the “big picture” is not yet being addressed.
Helpful: We are using your latest plugin version (1.3.0) with PHP 8.3.7, WP 6.5.4, and jQuery 3.7.1. So far, no issues at our end, but a security vulnerability could be identified and taken advantage of at any time.
The above concerns us because Team WordPress could remove your plugin from its repository at any given moment due to lack of plugin maintenance or potential security issues.
Thank you!
]]>I have managed to add different types using the plugin and they all look fine in the backend. However, when I go to actually upload that file via the media section in the backend, I get the same error.
Files I have added are .dwg, EASM and EPRT which are all application/acad files.
Any guidance would be really appreciated
]]>I would like to offer website visitors an application .exe download (for trial software I have built); is this possible with this plugin?
If so, I have added the extension .exe under the custom file type facility as follows:
Description: executable
Mime Type: ?application/x-msdownload
Extension: .exe
I seem to be able to upload my setup.exe file. However, after running through the upload process, it does not appear on my media file list.
Thanks in advance for any advice.
Lar
]]>Just a heads-up for anyone adding GPX upload support as I was struggling with this. The problem was the many different mime types that go with the GPX extension. Various online mime type checkers gave different results. Without further ado I present the full mime type for .gpx files:
application/octet-stream,application/gpx+xml,application/gpx,application/xml,text/plain,text/xml
]]>I have a client that wants to be able to upload his .rvt (revit) files to his website. I thought I would use your plugin to do so but it doesn’t work.
I found in a couple of places that the MIME type is application/octet-stream
I set your plugin to a custom filetype. Here is a screenshot of my settings: https://i.stack.imgur.com/daXUb.png.
DWG files upload now (thank you). Is there something I need to do to make .rvt files upload?
]]>Hi,
Can it provide file upload functionality for contact form (Wpforms)?
Thank you!
]]>SVG upload does not work with some files. Like creations from here:
Other SVG files are uploaded, but not shown as preview in media library.
But ALL files work and are shown with other tools like
]]>I have an ecom site that sells yarns for weavers, and they also sell patterns. WIF is a common txt file format for weavers. Your plugin used to work to allow uploads of WIF files. Sadly, no longer despite having WIF enabled in the settings. I get the message “Sorry, you are not allowed to upload this file type.” now. Has something changed that no longer permits WIF files from being uploaded? Can you look into this, please?
]]>WP Forms needs to investigate the bugs in this plugin and fix the bugs.
]]>Hello, I have a special file type extension .world which is text/plain myme type. It is working fine with php 7.3.3 but not anymore if I upgrade to 7.4.3.
The issue occurs on the submission form.
]]>Installed the plugin, added the custom type for jfif, but still get the error from WordPress that it can’t upload that type.
]]>The example link shows file types that the client needs customers to upload. Are these supported?
]]>Hello,
I tried custom file type .txt with MIME text/plain and not working. Issue?
]]>This file extension and MIME type will not work. I have attempted it as both “.tar.gz / application/x-gzip” and as “.gz / application/x-gzip” and neither works. I have used two different checkers for the MIME type and they both agree.
]]>Hi team,
Can I add file types of .ori and .bin formats?
How to do that? Please help
Hello,
I downloaded and activated the plugin. I also went into the plugin settings, found the java extension and checked it. I then saved the settings. Then I went to the Media page, add new, and attempted to move a java file into the window. Error message “Sorry, you are not allowed to upload this file type.” appears. Let me know if I did something wrong
Thanks
I went in the plugin settings and enabled the “.zaz” file type. I then tried to upload a zaz file and “Sorry, you are not allowed to upload this file type.”
I have tried other files with official MIME type specifications and get the same error.
I have gotten “xz” files added with MIME type application/x-xz but nothing else I have tried works.
.c, .cpp, .cxx, .h, .sh, .patch, .xml, .py, .ini, .eepm, etc, etc, etc… None of them work at all no matter what MIME type I try to set.
I even tried to hack the types directly in to WordPress and still can’t get it to work. What is going on?
The standard base image/video and some archive types work fine. Where is the root list of MIME types stored at? There is obviously something outside of WordPress or plugins that is determining the actual available types.
Running WP 5.9.1
]]>Hello,
I’m trying to use your plug-in to upload a file type called “.ies,” but I can’t get it to work. I have inputted “.ies” under extension, and the MIME Type as “application/octet-stream,” which I think is correct but I don’t know for sure, and I’m not sure how to find out. The box is checked as enabled. However, when I go to upload a .ies file, I get the error message: “Sorry, you are not allowed to upload this file type”
]]>Hi – I’m trying to use the File Upload Types plugin to allow me to upload an audio file with a .m4a extension.
I’ve used the MIME Type File Checker at htmlstrip and it says the file type is video/mp4
Then I created a custom file type with MIME Type: video/mp4 and Extension: .m4a but it didn’t work.
I still get the same error:
“audio.m4a” has failed to upload.
Sorry, this file type is not permitted for security reasons.
Any idea what I’m doing wrong?
]]>This Plugin does not work with .sh uploads. I enabled Bounce Shell Script but the message : “Upload not allowed” still persists
Debian 11
Wordpress 5.8
PHP 7.4.21
I have added gpx extension in File Upload Types
Desscription : GPX Mime Type : application/xml.gpx Extension : .gpx
When I upload gpx file in my gallery I can’t message : Sorry, this type of file is not allowed for security reasons.
What is wrong
Thanks
How do we change the “Choose File” and “No file chosen” text? Sometimes I want to set the language by myself and other times I wanna fix the uppercase lowercase style of the text.
]]>I need to upload a .ttf file to a plugin and my site was not allowing me to do so.
Adding a snippet to functions.php didn’t work.
I tried temporarily adding define( ‘ALLOW_UNFILTERED_UPLOADS’, true); to wp-config.php
But that didn’t work.
So I tried this plugin, which also didn’t work.
The upload is to a plugin so, while I can upload a .ttf file directly, I cannot add it to the plugin as it does not show up in the media library.
It has to be a .ttf file, .woff will not work for this purpose.
I’ve tried clearing caches.
Any idea how I can get this to work?
Thanks!
I have created the following custom upload type:
Cascading Style Sheet text/css .css
It has been enabled, caches have been cleared. When I attempt to upload a file with the .css extension, I continue to get the error:
“mailingstyles.css” has failed to upload.
Sorry, this file type is not permitted for security reasons.
Anything else I should be doing?
]]>Hi,
I downloaded the plugin, added dwg as an extra filetype. The dwg files can be uploaded but they are grey in media. Any help would be appreciated! Thanks
I just installed your plugin, permitted .webp (image format) types but when I try to upload it continues to show “Sorry, this file type is not permitted for security reasons.”. Cleaned the cache and everything but it continues to show this message. What shall I do? Thanks
]]>Hi,
I’ve installed the plugin and selected json files and saved.
The first couple of files uploaded perfectly but now I’m getting the standard Sorry, this file type is not permitted for security reasons message.
Any ideas as to what’s happened?
Thanks
]]>Hi,
I am not able to upload .dxf files. On the page above I have also put a link to my Google Drive, with the files so you can try for yourselves.
Could you please help me with this?
Best regards,
Rudy
]]>