[fileupload]how to get progress stats from diffrent request.

2013-08-12 Thread εδΈ‰ιƒŽ
if i upload only one file,i save the percent stats to session,i can get the currect stats from ProgressListener. if i upload two file f1,f2 in same session,but diffrent request.i cant distinguish the two stats. to solve this problem, 1.i add a text field named key to distinguish two

[vfs] The filesystem support table update (http://commons.apache.org/proper/commons-vfs/filesystems.html)

2013-08-12 Thread Ilya Rodionov
Hello, I consider it's time to update the filesystem support table. As I know VFS supports directory listing for many types. incl. FTP and SFTP. The table is confusing. Best regards, Ilya Rodinov.

Need to add attribute to manifest file

2013-08-12 Thread Himanshu Gusain -X (hgusain - ARICENT TECHNOLOGIES MAURIITIUS LIMITED at Cisco)
Hi , We are using Commons logging jar by apache. But, due to new java 7 releases by oracle our applet starts throwing the new prompts they introduced for mixed code in their java 7 update 21 releasehttp://www.oracle.com/technetwork/java/javase/7u21-relnotes-1932873.html. Now to remove these

RE: [vfs] The filesystem support table update (http://commons.apache.org/proper/commons-vfs/filesystems.html)

2013-08-12 Thread Martin Gainty
Keep in mind whatever file system you introduce to commons-io your new filesystem will need to support: Utility classes - with static methods to perform common tasksInput - useful Input Stream and Reader implementationsOutput - useful Output Stream and Writer implementationsFilters -

Apache Commons in a Cloud IDE

2013-08-12 Thread Eric Cavazos
We have done a tutorial on using Apache Commons with Codenvy here: http://docs.codenvy.com/tutorials/apache-commons-file-upload/

Re: Apache Commons in a Cloud IDE

2013-08-12 Thread James Carman
Any thoughts of granting some of us a license to this? :) On Mon, Aug 12, 2013 at 5:26 PM, Eric Cavazos ecava...@codenvy.com wrote: We have done a tutorial on using Apache Commons with Codenvy here: http://docs.codenvy.com/tutorials/apache-commons-file-upload/