hi java lovers,
I need ur suggestions regarding how to store video files from jsp in mysql database. I need only in jsp point of view not in servlet context. Can anyone show me the correct path please
Printable View
hi java lovers,
I need ur suggestions regarding how to store video files from jsp in mysql database. I need only in jsp point of view not in servlet context. Can anyone show me the correct path please
u can use blob data type to store the video file. Get the url of the video from user in next page read it using FileReader and convert it to blob and save it database