On Tue, Jul 15, 2008 at 4:49 AM, stasins <[EMAIL PROTECTED]> wrote:
>
> Hi. Is there anybody who can explain me how could i configure tomcat server
> for saving files on its webapp using URLConnection or HttpClient. And in
> URLConnection API what Content-Type and Method must be setted?

Sorry, unclear to me -- are you asking about how build a client to
upload files to Tomcat, or how to handle uploaded files in a Tomcat
webapp?

If the latter, see <http://commons.apache.org/fileupload/>; if the former
see Multipart Post <http://hc.apache.org/httpclient-3.x/methods.html>,
though looking at commons-fileupload will probably be useful as well.

HTH,
-- 
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to