I have a project that needs to act like an collaborative environment. It should allow its users to upload their files from the IDE and not from the browser. I was thinking if I could create an HttpClient and a FileUploader as well as a servlet, but I don't know exactly how to use the functions from the apache commons to be able to create a good httpclient at fileuploader. Please help. I would really appreciate your replies :-)
You would need to use whatever GUI platform the IDE uses (e.g. Eclipse uses SWT).
As a standalone application you propably should using Swing. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
