I have a java app in which I want to use Jelastic's storage container, since the application WAR is getting bigger than the maximum allowed by my provider.
Does any one have examples on how to upload files, and how to access those files in my Java app? I read some documentation on how to create the storage contained, but those weren't very useful.
Thanks Dov