i have one problem that is to upload file..it working perfectly in my computer but fail when deploy at server..the system is to browse the file,then system will zip it before upload it to the server..when a client browse file,the server will generate error that is file not found.here is my code:
Code:
try { //this is a code to read and zipfile String dir = request.getParameter("dirs");
Leave a comment: