how to upload audio/video files into a site.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
yuva_web
Forum Newbie
Posts: 6
Joined: Thu May 17, 2007 3:45 am

how to upload audio/video files into a site.

Post by yuva_web »

I want to add an feature of upload audio/video files to my site.

i needed to add this in my html page.

how can i add this feature to my site.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

There's nothing special about audio and video files. You can handle them in exactly the same way as any other file type. Read any php file upload tutorial and you'll be able to do it.
yuva_web
Forum Newbie
Posts: 6
Joined: Thu May 17, 2007 3:45 am

thanks for the suggestion

Post by yuva_web »

onion2k wrote:There's nothing special about audio and video files. You can handle them in exactly the same way as any other file type. Read any php file upload tutorial and you'll be able to do it.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Any particular reason for that quote without furthur comment? :?
Post Reply