I'm developing a web app using Dropbox API.
When I run Jboss server in my laptop, uploading a file to dropbox works fine. But when I run the server remotely, the uploadFile method doesn't recognise the path that I'm writing in my web app. It recognises only paths from the server's machine.
The same happens when I download a file. The downloaded file is stored in the remote server, not in the computer that runs the web app.
Is there any way to solve that?