cse442-fall-2019-offering / 442projects-cse442_project

442projects-cse442_project created by GitHub Classroom
3 stars 0 forks source link

Task: Feature to upload multiple image to our website #72

Open LinZhihaozlin22 opened 5 years ago

LinZhihaozlin22 commented 5 years ago

Task test: -Each image's size can not be larger than 5MB. Otherwise, a failure message should return -Able to upload more than 1 images at once. -uploaded images are stored in "Image" table in database, where each column contains "ImageName"(generated by username && date) "ImageBelongId" (which links to corresponding post) 6561575490334_.pic.jpg -Incorrect image type can not be upload and a failure message should return p.s. Accept image type(".jpg",".gif",".bmp",".jpeg",".png") -Big_post.php able to handle all images belong to such "ImageBelongId".