In my client/server app I need to send some file (.txt, .doc, etc.) from the client to the server. When I run my code in Eclipse it works, but when I e
I found the solution after becoming mad.
Windows didn't have privileges to open the files.
So run your browser with Administrator privileges and it will work.