Hey, just need some work done on a image upload java applet that we had made. We only have the .jar (I know nothing about Java so I hope thats all that is needed). We are getting various errors that we need repaired ASAP. [code] Connection error java.io.IOException: Server returned HTTP response code: 403 for URL: http://www.picbang.com/image_upload.php at sun.net.www.protocol.http.HttpURLConnection.getInp utStream(Unknown Source) at HTTPUpload.run(HTTPUpload.java:96) Exception in thread "S...
More...