Is there any way I can use apachecommons library while using google appengine as the server ?
I have to add the functionality of file uploading to my web project. I have been doing it using apachecommons.Even if I use the respective jars while in the IDE by just placing them into the lib
folder,what will happen when I click to deploy the application.The jars won't go with that.
So Is there any way out ?