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)
-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".
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) -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".