This is my bean file. I cant seem to upload picture files of more than 4KB. Because it turns out blurry.. Can anyone tell me whats wrong?
package Beans;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.ServletInputStream;
import java.util.Dictionary;
import...
This is my Bean to upload the file. But I cant upload files more than 4KB. Whats the problem?
package Beans;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.ServletInputStream;
import java.util.Dictionary;
import java.util.Hashtable;
import java.io.PrintWriter;
import...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.