processing of multipart request

2012-11-12 Thread Fastupload
java.io.File class to represent a uploading file in multipart/form-data request. 4, filter all file after parsing has been done, the action may be prior to interceptors. Could you guys have a look into *fastupload* open source project in https://sourceforge.net/projects/fastupload. Right now it is the

Re: processing of multipart request

2012-11-12 Thread Fastupload
Qian On Nov 12, 2012, at 11:13 PM, Wes Wannemacher wrote: > 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: > &g

Re: processing of multipart request

2012-11-17 Thread Fastupload
e and performance https://sourceforge.net/p/fastupload/wiki/Fastupload%20Home/ https://sourceforge.net/p/fastupload/wiki/Performance%20Comparison/ Link On Nov 16, 2012, at 6:40 PM, Rene Gielen wrote: > Going to write a plugin should really be the way to go, as Wes and > Martin already

Re: processing of multipart request

2012-11-17 Thread Fastupload
information please look at https://sourceforge.net/p/fastupload/wiki/Fastupload%20Home/ or - public class StrutUploadAction2 extends ActionSupport { private FileItemStream photo; @Override public String execute() throws Exception

Re: processing of multipart request

2012-11-17 Thread Fastupload
MultiPartRequestWrapper instance at Struts2 bootstrap. The solution can keep current file upload framework work, as well it has a wild range extension for upload components. It needn't change interceptors stack. Fastupload already provide both temporary file and access multipart data dir

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

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 develop