RE: Problem using RestletFileUpload for V2. RC3

2010-07-02 Thread Jerome Louvel
ome Louvel -- Restlet ~ Founder and Technical Lead ~ http://www.restlet.org Noelios Technologies ~ http://www.noelios.com -Message d'origine- De : HT [mailto:hideki.tih...@gmail.com] Envoyé : jeudi 27 mai 2010 18:22 À : discuss@restlet.tigris.org Objet : RE: Problem using RestletFileUpl

Re: Problem using RestletFileUpload for V2. RC3

2010-05-27 Thread Tal Liron
I've created an extension of Form called "FormWithFiles" for Prudence: http://prudence.tigris.org/source/browse/prudence/trunk/java/com.threecrickets.prudence/src/com/threecrickets/prudence/util/FormWithFiles.java http://prudence.tigris.org/source/browse/prudence/trunk/java/com.threecrickets.prud

RE: Problem using RestletFileUpload for V2. RC3

2010-05-27 Thread HT
Additionally I have the question. For v2 RC3 do i need all *.jars as mentioned on the page http://wiki.restlet.org/docs_1.1/13-restlet/28-restlet/64-restlet.html I have installed following: - org.restlet.jar - org.restlet.ext.servlet.jar - org.restlet.ext.fileupload.jar - org.restlet.ext.fileupl

Problem using RestletFileUpload for V2. RC3

2010-05-26 Thread HT
Hi, I'm new to Restlet so but I can't seem to solve following: I want to upload a file via rest, I copied the example on the website (the example using org.apache.commons.fileupload). The upload goes OK, but the file is not returned to the browser. The content-length is 0 ? Attache the java f