Re: [Dev] API for handling multipart/form-data in Jaggery

2012-05-08 Thread Ruchira Wageesha
This is done and now it will be very easy to deal even with multipart content through Jaggery. A sample can be found at [1] which allows you to upload any file and gives a link to download the same file from the server. /Ruchira [1]

[Dev] API for handling multipart/form-data in Jaggery

2012-05-07 Thread Ruchira Wageesha
Hi, It seems in servlets, the request parameter handling is not consistent across all request content types. i.e. When the content type is multipart/form-data, we can't access parameters just using request.getParameter(foo). In order to handle multipart/form-data, best practice would be to use

Re: [Dev] API for handling multipart/form-data in Jaggery

2012-05-07 Thread Nuwan Bandara
So ur suggesting we drop FileUpload API (what we have now) and have it coupled with request object itself ? Regards, /Nuwan On Tue, May 8, 2012 at 2:53 AM, Ruchira Wageesha ruch...@wso2.com wrote: Hi, It seems in servlets, the request parameter handling is not consistent across all request

Re: [Dev] API for handling multipart/form-data in Jaggery

2012-05-07 Thread Samisa Abeysinghe
Are we not feature frozen for 1.0 by now? On Tue, May 8, 2012 at 6:53 AM, Nuwan Bandara nu...@wso2.com wrote: So ur suggesting we drop FileUpload API (what we have now) and have it coupled with request object itself ? Regards, /Nuwan On Tue, May 8, 2012 at 2:53 AM, Ruchira Wageesha