|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.co.weft.maybeupload.TestHarness
A test-harness for the multipart-form-data handler. To be run from the command line taking input from a file formatted to RFC 1867 with a single command-line argument being the boundary used in the file
$Log: TestHarness.java,v $ Revision 1.3 2001/01/23 19:12:17 simon A number of bugfixes, plus an important new feature: you can decide whether to allow name collisions in the upload directory to result in overwriting, renaming of the new file, or an exception. Revision 1.2 2001/01/09 12:14:12 simon Now tested with: Netscape Communicator 4.76/Linux 2.2 Konqueror 1.9.8/Linux 2.2 Microsoft Internet Explorer 5.00.2014.0216IC File upload (including binary file upload) works. Remaining known bug: all fields must have data... Revision 1.1.1.1 2001/01/05 14:58:09 simon First cut - not yet tested
Constructor Summary | |
TestHarness()
|
Method Summary | |
static void |
main(java.lang.String[] argv)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestHarness()
Method Detail |
public static void main(java.lang.String[] argv)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |