Webmaster Computer Resources Help And Learn To Earn Ideas!
How can I make a video uploader for my website so other people can upload videos to my site? Is it possible in php and html?
Comments (1)
Yes using PHP. This will upload the files to URL.com/uploads and limit the max file size (you can change that) to 10MB:
uploader.html:
Choose a file to upload:
upload.php:
** if the code doesn’t show right, send me an email (gorringeja4@hotmail.com) and i will send u it in aan email. Hope this helps.
You must be logged in to post a comment.
Welcome to WebmasterTechs.com, your source for great webmaster resources and tips! Enjoy the site!
May 23rd, 2007 at 10:38 am
Yes using PHP. This will upload the files to URL.com/uploads and limit the max file size (you can change that) to 10MB:
uploader.html:
Choose a file to upload:
upload.php:
** if the code doesn’t show right, send me an email (gorringeja4@hotmail.com) and i will send u it in aan email. Hope this helps.