Re: processing of multipart request

2012-11-21 Thread Martin Cooper
On Tue, Nov 20, 2012 at 6:30 PM, Fastupload fastupl...@outlook.com wrote: Lukasz, can you do me a favour to give me a reference about creation of struts JIRA ticket and how to commit patch? I strongly recommend that you read the Struts web site. In particular, look through the Development

Re: processing of multipart request

2012-11-20 Thread Fastupload
Lukasz, can you do me a favour to give me a reference about creation of struts JIRA ticket and how to commit patch? Link On Nov 19, 2012, at 3:33 PM, Lukasz Lenart lukaszlen...@apache.org wrote: 2012/11/19 Fastupload fastupl...@outlook.com: I'm very happy to prepare a patch. but I'm not

Re: processing of multipart request

2012-11-20 Thread Umesh Awasthi
Link, I am not sure what you mean by refrence, you can use the following URL to open a JIRA ticket https://issues.apache.org/jira/browse/WW While creating a JIRA ticket you can provide required information as well your patch. Thanks Umesh On Wed, Nov 21, 2012 at 8:00 AM, Fastupload

Re: processing of multipart request

2012-11-18 Thread Lukasz Lenart
2012/11/18 Fastupload fastupl...@outlook.com: Martin, Maybe there is a way to support any proposal for file upload component. Struts2 framework defines an interface , only abstraction actions for access multipart data, maybe named MultipartData. It should have the key methods, isFile();

Re: processing of multipart request

2012-11-18 Thread Fastupload
Lukasz, thanks for your reply and useful hint. I'm very happy to prepare a patch. but I'm not familiar with the development process in Struts2 project. for example, register an account, check in patch, etc. any guide about this? Fastupload had registered groupId in Sonatype. it encounters

Re: processing of multipart request

2012-11-18 Thread Dave Newton
You file a JIRA ticket for an improvement and attach a patchfile. Dave On Sun, Nov 18, 2012 at 9:35 PM, Fastupload fastupl...@outlook.com wrote: Lukasz, thanks for your reply and useful hint. I'm very happy to prepare a patch. but I'm not familiar with the development process in Struts2

Re: processing of multipart request

2012-11-18 Thread Lukasz Lenart
2012/11/19 Fastupload fastupl...@outlook.com: I'm very happy to prepare a patch. but I'm not familiar with the development process in Struts2 project. for example, register an account, check in patch, etc. any guide about this? Right now there is just one option for you, as Dave has

Re: processing of multipart request

2012-11-17 Thread Fastupload
Wes, I have read struts2 file upload framework and plugin guide about file upload. It requires the plugin provides a java.IO.File object to interceptors. so in the way, upload component has to use temporary file. it's not reasonable to better performance. Here are fast upload API usage and

Re: processing of multipart request

2012-11-17 Thread Umesh Awasthi
Link, I believe that what suggested by others is good way to go, you can easily create a plugin using fastupload. one of best feature of S2 is its flexibility to enhance and provide added features using plugins. Thanks Umesh On Sat, Nov 17, 2012 at 3:43 PM, Fastupload fastupl...@outlook.com

Re: processing of multipart request

2012-11-17 Thread Fastupload
Umesh, thanks for your reply! Based on current file upload framework to write a plugin. it only support java.io.File, for example, the Action has to use File object to access multipart data of HTTP request. why not we do access multipart data directly and efficiently, in stead of temporary

Re: processing of multipart request

2012-11-17 Thread Dale Newfield
On Nov 17, 2012, at 5:13 AM, Fastupload fastupl...@outlook.com wrote: Here are fast upload API usage and performance https://sourceforge.net/p/fastupload/wiki/Performance%20Comparison/ It seems odd that these measurements start at 1MB...is it at least as fast for smaller files? On Nov 17,

Re: processing of multipart request

2012-11-17 Thread Martin Cooper
On Sat, Nov 17, 2012 at 4:14 AM, Fastupload fastupl...@outlook.com wrote: Umesh, thanks for your reply! Based on current file upload framework to write a plugin. it only support java.io.File, for example, the Action has to use File object to access multipart data of HTTP request. why not we

RE: processing of multipart request

2012-11-17 Thread Martin Gainty
? thanks, Martin Date: Sat, 17 Nov 2012 08:51:05 -0800 Subject: Re: processing of multipart request From: mart...@apache.org To: dev@struts.apache.org On Sat, Nov 17, 2012 at 4:14 AM, Fastupload fastupl...@outlook.com wrote: Umesh, thanks for your reply! Based on current file upload

Re: processing of multipart request

2012-11-17 Thread Umesh Awasthi
to the interceptor stack? Which test criteria should Umesh consider to validate the new FileUpload plugin plays well with the (new and improved) interceptor stack? thanks, Martin Date: Sat, 17 Nov 2012 08:51:05 -0800 Subject: Re: processing of multipart request From: mart...@apache.org To: dev

RE: processing of multipart request

2012-11-17 Thread Martin Gainty
: Re: processing of multipart request From: umeshawas...@gmail.com To: dev@struts.apache.org Martin, I guess you mentioned me while it should be Link ;-) Thanks Umesh On Sun, Nov 18, 2012 at 12:12 AM, Martin Gainty mgai...@hotmail.com wrote: for everyone's edification: what

Re: processing of multipart request

2012-11-17 Thread Fastupload
here Date: Sun, 18 Nov 2012 00:16:52 +0530 Subject: Re: processing of multipart request From: umeshawas...@gmail.com To: dev@struts.apache.org Martin, I guess you mentioned me while it should be Link ;-) Thanks Umesh On Sun, Nov 18, 2012 at 12:12 AM, Martin Gainty mgai

Re: processing of multipart request

2012-11-16 Thread Rene Gielen
Going to write a plugin should really be the way to go, as Wes and Martin already pointed out. There is positive experience with successful externally maintained Struts 2 plugins such as Struts 2 jQuery e.g. We also provide a platform for Struts 2 developers to stay in touch with latest plugin

RE: processing of multipart request

2012-11-14 Thread Link Qian
how can I commit code to struts2 SVN repository. any appropriate means and qualify? Link Subject: Re: processing of multipart request From: fastupl...@outlook.com Date: Tue, 13 Nov 2012 10:39:19 +0800 To: dev@struts.apache.org Wes, Struts2

RE: processing of multipart request

2012-11-14 Thread Dave Newton
and qualify? Link Subject: Re: processing of multipart request From: fastupl...@outlook.com Date: Tue, 13 Nov 2012 10:39:19 +0800 To: dev@struts.apache.org Wes, Struts2 framework uses JakartaMultiPartRequest.java, MultiPartRequest.java

RE: processing of multipart request

2012-11-14 Thread Link Qian
any guide about how filing a JIRA ticket? Link Date: Wed, 14 Nov 2012 20:29:27 -0500 Subject: RE: processing of multipart request From: davelnew...@gmail.com To: dev@struts.apache.org You'd need to be a committer. In the meantime, filing a jira

Re: processing of multipart request

2012-11-14 Thread Martin Cooper
On Mon, Nov 12, 2012 at 4:39 AM, Fastupload fastupl...@outlook.com wrote: To who maybe concern, I just notice struts2 framework parses multipart/form-data requesting into a temporary file, and marshal a java.io.File object for struts2 action regarding file input of multipart-form data

processing of multipart request

2012-11-12 Thread Fastupload
To who maybe concern, I just notice struts2 framework parses multipart/form-data requesting into a temporary file, and marshal a java.io.File object for struts2 action regarding file input of multipart-form data request. also the framework parses all files in request and then make a filter

Re: processing of multipart request

2012-11-12 Thread Wes Wannemacher
Another approach would be for you to take a look at our plugin API and build a plugin for integrating your framework into a Struts 2 web-app. -Wes On Mon, Nov 12, 2012 at 7:39 AM, Fastupload fastupl...@outlook.com wrote: To who maybe concern, I just notice struts2 framework parses

Re: processing of multipart request

2012-11-12 Thread Fastupload
request. request = new MultiPartRequestWrapper(mpr, request, getSaveDir(servletContext)); It leads the leak extension for processing of multipart request. for examples, 1, parsing multipart request into a object contains data of file, it means the data of file store in memory, not on file system. 2