hello …
I have work on project contain a video files like an gallery, does PHPMaker support Uploaded videos like mp4 , mov and preview this videos , is that possible ?
Thanx.
Video with .mp4 and .mov extensions are supported by jQuery File Upload used by PHPMaker.
but PHPMaker dose not preview the uploaded videos in the List or View page I think , am I right ?
You may use Custom View Tag to output your tag for the field.
PHPMaker is a tool that helps to generate PHP scripts for creating web applications. While it is possible to upload video files using PHPMaker, the ability to preview those videos would depend on how you implement the upload and display functionality.In general, it is possible to upload video files such as MP4 and MOV using PHPMaker, and then display them on a webpage using a HTML5 video player. You would need to ensure that the appropriate MIME types are set for the uploaded files, and then use HTML and JavaScript to display the video player.If you have specific requirements for how the videos should be displayed, you may need to customize the generated PHP scripts or build custom code to meet those requirements.I hope this helps!