Hi I have implemented Captcha in JAVA using Buffered Image and finally using write of ImageIO
But the File into which i am writing is not getting updated
ImageIO(image," jpg",new File("d://captcha.jpg"));
This is the code am using. But The image is not getting written into the file
But the File into which i am writing is not getting updated
ImageIO(image," jpg",new File("d://captcha.jpg"));
This is the code am using. But The image is not getting written into the file
Comment