dunnjm814 / audioconverter

6 stars 0 forks source link

Video format #6

Closed dunnjm814 closed 3 years ago

dunnjm814 commented 3 years ago

File upload failed on safari browser / iOS device. unclear at this time if there is a browser compatibility issue or if extra video formatting needs to be taken into account.

dunnjm814 commented 3 years ago

A friend tested the app using .mov (popular apple video format) and it didnt pass my filetype check. I might have incorrectly assumed video/* would read all video mime types. For .mov try "video/quicktime" for .avi try adding "video/x-msvideo". other examples to try these

dunnjm814 commented 3 years ago

all major file types now successfully pass type check