Skip to content
Advertisement

PHP can’t upload Video and Audio Files

I am facing a problem, when I try to upload Audio or Video files to my website they do not upload.

I have added these lines to .htaccess file

JavaScript

Worst thing is I ca not even upload audio or video files that are less than 1MB, but other files work like images and text.

I am using dopzone script for upload this is my code for upload:

JavaScript

And this is html:

JavaScript

Advertisement

Answer

So i figured it out When you try to upload file which contains > ‘ < in name it will not upload so i added this line which changes file name, now everything works

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement