Hello,


Am working on joomla website,I have some uploaded videos in the directory administrator/images.So in the admin side administrator could download the videos from the above directory and have to check the video is offensive or not.How to do the download part?provide me the reference,code or idea to download a video from a PC locally...


Thanks

Can you explain a little more on the situation, why not just setup a mysql table that enters the url to the video, and has a 1 if its verified and 0 if its not. The run an

if {
}else{
}

to see if $video has 1, display else don't display

That's what i did in a situation with selling pins. I added the pins into a mysql database, and whne users buy, it emails them the pin that selects the one with the highest id that has a used value of 0

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.