I have a classifieds website where people upload an advertisement including 2 jpegs. I would like to include the option of including a mpeg file aswell. Is this just a matter of including some simple html code? All help is greatley appreciated watto
For uploading a video file its same as uploading any other file. The tricky part will be to showing them on a browser, and playing them in browser rather than allowing users to download those for viewing. in that case you need a 3rd party library like ffmpeg for video and audio streaming. One more option can be integrating a flash file which will play videos from server .(I am not sure about this option whether its easily possible but i have seen this happening on few sites)