[GSOC] HTML5 Prototype hx:inputFileUpload

2010-05-31 Thread Ali Ok
Hi all, Here is the wiki https://cwiki.apache.org/confluence/display/MYFACES/GSoC+HTML5+inputFileUpload+Prototype about hx:inputFileUpload. Regards, Ali -- My Blog: http://blog.aliok.com.tr Twitter: http://twitter.com/aliok_tr

Re: [GSOC] HTML5 Prototype hx:inputFileUpload

2010-05-31 Thread Matthias Wessendorf
for the server-side implementation of this, I am fine in just using Servlet 3.0's upload API. -Matthias On Mon, May 31, 2010 at 3:00 PM, Ali Ok al...@aliok.com.tr wrote: Hi all, Here is the wiki  https://cwiki.apache.org/confluence/display/MYFACES/GSoC+HTML5+inputFileUpload+Prototype about

Re: [GSOC] HTML5 Prototype hx:inputFileUpload

2010-05-31 Thread Jan-Kees van Andel
+1. I'd suggest to use whatever gets the job done. It's about the RenderKit after all. Support for older Servlet specs can be added later... /JK 2010/5/31 Matthias Wessendorf mat...@apache.org for the server-side implementation of this, I am fine in just using Servlet 3.0's upload API.

Re: [GSOC] HTML5 Prototype hx:inputFileUpload

2010-05-31 Thread Jakob Korherr
+1 from me too. Furthermore the legacy file upload is already available in tomahawk, so we just would have to move the code! Regards, Jakob 2010/5/31 Jan-Kees van Andel jankeesvanan...@gmail.com +1. I'd suggest to use whatever gets the job done. It's about the RenderKit after all. Support