I am new to GWT, and trying to understand how the gwt upload works. I am using this link to learn about how to upload files. This is the client side code.
http://examples.roughian.com/index.htm#Widgets~FileUpload
However, I have no idea about the servlets and how they work. What if I wanted to upload files to a local directory on my system, how can I achieve that ?