Pages

Wednesday, August 24, 2011

Image Upload Checklist

  • Try to upload file with zero bytes.
  • Try to upload image less than minimum limit.
  • Try to upload image more than maximum limit.
  • Try to upload image exactly minimum limit.
  • Try to upload image exactly maximum limit.
  • Try to upload image that has hidden text.
  • Try to upload image that is converted from other formats to image format.(.exe file converted to .gif etc).
  • Try to upload image format that is not acceptable - tiff, bmp...
  • Try to upload image format with capital letter extension. (.PNG ...)
  • Try to upload image format with different extension - .png; .jpg; .jpeg; .gif
  • Try to upload image with same names. Image name must be renamed while storing in DB or server.
  • Try to upload image with special characters in it's name.(someName for image's; image! (name) etc)
  • Try to upload image with keywords in its name.(delete.gif)
  • Try to upload image with more than one extension.(imagename.tiff.jpg.gif)

No comments: