File types (.mov) not supported

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
FedeLopez
User
Posts: 107

File types (.mov) not supported

Post by FedeLopez »

I'm creating a prject that suppos to allow user to upload multimedia files...
So 1 field is varchar (200) type file upload, multiple...

But, if I try to upload a .mov video it fail... saying
File not found [Filename.mov]
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

Any clue?


arbei
User
Posts: 9355

Post by arbei »

See viewtopic.php?t=49243 and check actual PHP errors in HTTP response.


Post Reply