how do you allowe use/visitor to upload video and data to your sit

A

azns3x

how do you allowe your visitor to uplaod video, leave comment and data..ETC
on to your site?
 
M

Mark Fitzpatrick

This would be a custom solution as you need to design a database to store
information about the uploaded file (ie: location, filetype, etc) and the
user's comments or other info (such as membership account). There's no set
way to do this as it'll be custom in each case.
 
Top