Click here to Skip to main content
15,905,558 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
please tell me whether it is possible to add a video in mysql through php. If so tell me hw to do that.
Posted

1 solution

It's a good idea to store only url of the video in database, not the video file itself.

Are you sure you really want to add the whole video in database!?
You can use BLOB for that. Convert video to binary stream and store it.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900