Re: processing of multipart request

2012-11-21 Thread Martin Cooper
On Tue, Nov 20, 2012 at 6:30 PM, Fastupload 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" section in the na

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 wrote: >

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 wrote: > 2012/11/19 Fastupload : >> I'm very happy to prepare a patch. but I'm not familiar with the development >> process in

Re: processing of multipart request

2012-11-18 Thread Lukasz Lenart
2012/11/19 Fastupload : > 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 mentioned > Fastupload had

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 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 project. for ex

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 40

Re: processing of multipart request

2012-11-18 Thread Lukasz Lenart
2012/11/18 Fastupload : > 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(); > getHeaders(); >

Re: processing of multipart request

2012-11-17 Thread Fastupload
winded disclaimer 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 Li

RE: processing of multipart request

2012-11-17 Thread Martin Gainty
530 > 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 wrote: > &g

Re: processing of multipart request

2012-11-17 Thread Umesh Awasthi
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 requ

RE: processing of multipart request

2012-11-17 Thread Martin Gainty
stack? 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 wrote: > > > Umesh, > > > > thanks for your re

Re: processing of multipart request

2012-11-17 Thread Martin Cooper
On Sat, Nov 17, 2012 at 4:14 AM, Fastupload 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 do access > multi

Re: processing of multipart request

2012-11-17 Thread Dale Newfield
On Nov 17, 2012, at 5:13 AM, Fastupload 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, 2012, at 7:14 AM, Fas

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 fil

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 wrote: > Wes, > > I hav

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 pe

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 dev

Re: processing of multipart request

2012-11-14 Thread Martin Cooper
On Mon, Nov 12, 2012 at 4:39 AM, Fastupload 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 request. also the framew

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. > &

RE: processing of multipart request

2012-11-14 Thread Dave Newton
eans 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 > >

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

Re: processing of multipart request

2012-11-12 Thread Fastupload
Wes, Struts2 framework uses JakartaMultiPartRequest.java, MultiPartRequest.java, MultiPartRequestWrapper.java to process multipart/form-data request and uses FileUploadInterceptor.java to assemble a File object. At Dispatcher.java line 760 about. the code wraps a multipart/form-data request

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 wrote: > To who maybe concern, > > I just notice struts2 framework parses multipart/form-data requesting