Page 1 of 1

Unable to upload certain file types

PostPosted: 04. August 2018 00:04
by joe904
Hi I am having an issue with a drag and drop application that I have on my Apache server. I am able to upload pictures, executable files, and various other files, but not media such as, .mov, .mkv, .mp4. I have already tried adding a mime type such as this to my httpd.conf, but with no luck. It still would not upload. My goal is to get the application to be able to upload any file extension, even those that may be large files such as 5-10GB each. Any help is much appreciated.

Code: Select all
AddType video/quicktime .qt .mov