You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by damon leong <lo...@yahoo.com> on 2006/11/14 04:36:31 UTC

upload file to asp.net 2.0 server

hi all,
   
  i wondering is that FileUpload package can upload it from java client
  to .net server ... ?
   
  because i starting project upload file from java client to asp.net 
server
   
  please tell is it can support ?

 
---------------------------------
Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get things done faster.

Re: upload file to asp.net 2.0 server

Posted by Simon Kitching <sk...@apache.org>.
On Mon, 2006-11-13 at 19:36 -0800, damon leong wrote:
>   i wondering is that FileUpload package can upload it from java client
>   to .net server ... ?
>    
>   because i starting project upload file from java client to asp.net 
> server
>    
>   please tell is it can support ?

Sorry, but the commons FileUpload package won't help you.

It's intended to be deployed into a java server to upload files from
normal browsers (or possibly other applications that use the RFC-1867
protocol.

Regards,

Simon



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: upload file to asp.net 2.0 server

Posted by Martin Cooper <ma...@apache.org>.
On 11/13/06, damon leong <lo...@yahoo.com> wrote:
>
> hi all,
>
>   i wondering is that FileUpload package can upload it from java client
>   to .net server ... ?


Commons FileUpload implements the server side of a file upload, not the
client side. If you want Java code for the client side, you should look at
Commons HttpClient (which has its own separate mailing list).

--
Martin Cooper


  because i starting project upload file from java client to asp.net
> server
>
>   please tell is it can support ?
>
>
> ---------------------------------
> Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and
> get things done faster.
>