TonyLoco23
03-04-2009, 10:43 AM
I am building a relatively simple interactive website that displays images. It is really just a blog.
I would like users of the site to be able to upload images to particular topics. But I dont want to have to require them to log-in for a number of reasons:
1) It will discourage people from bothering
2) It will make the pages more crowded (I need to have a space in the corner saying "welcome _____ , log-in, log-out, etc.) I want to save as much space on each page for my content.
3) I will need to develop a whole system of password encryption, emailing lost passwords, allowing users to change their password, etc. which is virtually more elaborate than the entire website itself.
Anyway I wanted to know what the legal implications of allowing users to upload their own images are? Many sites such as myspace, etc. allow users to upload images but they also require them to create accounts. I do not get what difference creating an account really does if all you have to provide is an email address. Suppose a user creates an account and uploads a bunch of copyright protected images and then closes the email account. How does anybody get hold of that user?
So therefore would I be ok to allow users to upload images and have a checkbox saying "This is my own image, etc." and maybe they can provide their email address that I could store in a table but not display on the webpage. How is that any different from having them create an account?
I will also review any images that are uploaded.
I would like users of the site to be able to upload images to particular topics. But I dont want to have to require them to log-in for a number of reasons:
1) It will discourage people from bothering
2) It will make the pages more crowded (I need to have a space in the corner saying "welcome _____ , log-in, log-out, etc.) I want to save as much space on each page for my content.
3) I will need to develop a whole system of password encryption, emailing lost passwords, allowing users to change their password, etc. which is virtually more elaborate than the entire website itself.
Anyway I wanted to know what the legal implications of allowing users to upload their own images are? Many sites such as myspace, etc. allow users to upload images but they also require them to create accounts. I do not get what difference creating an account really does if all you have to provide is an email address. Suppose a user creates an account and uploads a bunch of copyright protected images and then closes the email account. How does anybody get hold of that user?
So therefore would I be ok to allow users to upload images and have a checkbox saying "This is my own image, etc." and maybe they can provide their email address that I could store in a table but not display on the webpage. How is that any different from having them create an account?
I will also review any images that are uploaded.