/[Apache-SVN]/httpcomponents/oac.hc3x/trunk/src/examples/MultipartFileUploadApp.java
ViewVC logotype

Log of /httpcomponents/oac.hc3x/trunk/src/examples/MultipartFileUploadApp.java

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 608018 - (view) (annotate) - [select for diffs]
Modified Wed Jan 2 05:57:23 2008 UTC (22 months, 3 weeks ago) by rolandw
File length: 10014 byte(s)
Diff to previous 604567 (colored)
replaced more CVS keywords with SVN keywords

Revision 604567 - (view) (annotate) - [select for diffs]
Modified Sun Dec 16 08:08:41 2007 UTC (23 months, 1 week ago) by rolandw
File length: 10013 byte(s)
Diff to previous 552266 (colored)
initial copy of HttpClient 3.x

Revision 552266 - (view) (annotate) - [select for diffs]
Modified Sun Jul 1 10:05:30 2007 UTC (2 years, 4 months ago) by rolandw
Original Path: jakarta/httpcomponents/oac.hc3x/trunk/src/examples/MultipartFileUploadApp.java
File length: 10013 byte(s)
Diff to previous 480424 (colored)
initial copy of HttpClient 3.x tree: trunk, tags, and branches

Revision 480424 - (view) (annotate) - [select for diffs]
Modified Wed Nov 29 05:56:49 2006 UTC (2 years, 11 months ago) by bayard
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/MultipartFileUploadApp.java
File length: 10013 byte(s)
Diff to previous 393946 (colored)
Fixed copyright header

Revision 393946 - (view) (annotate) - [select for diffs]
Modified Thu Apr 13 21:28:06 2006 UTC (3 years, 7 months ago) by sullis
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/MultipartFileUploadApp.java
File length: 9828 byte(s)
Diff to previous 155418 (colored)
improved exception handling:  display the exception name in the GUI

Revision 155418 - (view) (annotate) - [select for diffs]
Modified Sat Feb 26 13:01:52 2005 UTC (4 years, 9 months ago) by dirkv
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/MultipartFileUploadApp.java
File length: 9797 byte(s)
Diff to previous 151616 (colored)
svn:keywords correction

Revision 151616 - (view) (annotate) - [select for diffs]
Modified Sun Feb 6 19:25:32 2005 UTC (4 years, 9 months ago) by noel
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/MultipartFileUploadApp.java
File length: 9803 byte(s)
Diff to previous 151609 (colored)
revert move.  they want to start afresh

Revision 151609 - (view) (annotate) - [select for diffs]
Modified Sun Feb 6 17:47:09 2005 UTC (4 years, 9 months ago) by noel
Original Path: jakarta/httpclient/trunk/src/examples/MultipartFileUploadApp.java
File length: 9803 byte(s)
Diff to previous 134729 (colored)
Move Jakarta Commons HttpClient to Jakarta HttpClient

Revision 134729 - (view) (annotate) - [select for diffs]
Modified Wed Oct 6 03:39:59 2004 UTC (5 years, 1 month ago) by mbecke
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/MultipartFileUploadApp.java
File length: 9803 byte(s)
Diff to previous 134530 (colored)
Moves multipart requests to a new MultipartRequestEntity.

PR: 31378
Submitted by: Michael Becke
Reviewed by: Ortwin Gl?ck and Oleg Kalnichevski

Revision 134530 - (view) (annotate) - [select for diffs]
Modified Sun Feb 22 18:08:52 2004 UTC (5 years, 9 months ago) by olegk
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/MultipartFileUploadApp.java
File length: 9421 byte(s)
Diff to previous 134433 (colored)
Upgrade to ALv2

Revision 134433 - (view) (annotate) - [select for diffs]
Modified Sun Oct 26 09:49:16 2003 UTC (6 years, 1 month ago) by olegk
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/MultipartFileUploadApp.java
File length: 11073 byte(s)
Diff to previous 134410 (colored)
PR #15435 (New Preferences Architecture)

- SocketTimeout/ConnectionTimeout removed from the HttpClientParams class.
- MultithreadedConnectionManager updated to take advantage of the new preference architecture

Contributed by Oleg Kalnichevski
Reviewed by Michael Becke

Revision 134410 - (view) (annotate) - [select for diffs]
Modified Fri Oct 3 20:57:36 2003 UTC (6 years, 1 month ago) by olegk
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/MultipartFileUploadApp.java
File length: 11017 byte(s)
Diff to previous 134378 (colored)
PR #15435 (New Preferences Architecture)

Changelog:
- Massive cleanup of deprecated methods
- HeadMethod class changed to take advantage of the new preference architecture
- ExpectContinueMethod class changed to take advantage of the new preference
architecture

Contributed by Oleg Kalnichevski
Reviewed by Michael Becke

Revision 134378 - (view) (annotate) - [select for diffs]
Modified Mon Sep 8 01:15:11 2003 UTC (6 years, 2 months ago) by sullis
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/MultipartFileUploadApp.java
File length: 10944 byte(s)
Diff to previous 134110 (colored)
added a JCheckBox to the GUI.  The checkbox allows the user 
to control whether the "Expect" header is used.
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS:   If this change addresses a PR in the problem report tracking
CVS:   database, then enter the PR number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system, such as NCSA,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to Apache by someone else; i.e.,
CVS:   they sent us a patch or a new module, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

Revision 134110 - (view) (annotate) - [select for diffs]
Modified Thu Feb 20 09:23:29 2003 UTC (6 years, 9 months ago) by olegk
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/MultipartFileUploadApp.java
File length: 10424 byte(s)
Diff to previous 134098 (colored)
ClientApp & MultipartFileUploadApp update. All examples are now compileable with Java 1.2.2

Contributed by Michael Becke

Revision 134098 - (view) (annotate) - [select for diffs]
Modified Thu Feb 13 09:14:43 2003 UTC (6 years, 9 months ago) by oglueck
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/MultipartFileUploadApp.java
File length: 8637 byte(s)
Diff to previous 134019 (colored)
fixed tabbing (no tabs)

Revision 134019 - (view) (annotate) - [select for diffs]
Modified Thu Jan 23 22:48:49 2003 UTC (6 years, 10 months ago) by jsdever
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/MultipartFileUploadApp.java
File length: 7663 byte(s)
Diff to previous 133980 (colored)
Update all copyright notices, add cvs keywords where required.

Revision 133980 - (view) (annotate) - [select for diffs]
Modified Tue Dec 17 01:28:32 2002 UTC (6 years, 11 months ago) by jsdever
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/MultipartFileUploadApp.java
File length: 7662 byte(s)
Diff to previous 133882 (colored)
Update the examples to remove deprecated method calls.

Revision 133882 - (view) (annotate) - [select for diffs]
Added Sat Oct 12 04:36:32 2002 UTC (7 years, 1 month ago) by sullis
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/MultipartFileUploadApp.java
File length: 7351 byte(s)
Java application that uses the HttpClient multipart POST functionality

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2