[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.54,1.55
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-10-19 18:26:32
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv7181/doc
Modified Files:
release_notes.txt
Log Message:
Allow file uploads in POST w/o form
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- release_notes.txt 2001/10/16 16:21:23 1.54
+++ release_notes.txt 2001/10/19 18:26:29 1.55
@@ -10,6 +10,11 @@
Revision History:
+18-Oct-2001
+ Additions:
+ 1. It is now possible to upload a file via a POST request not derived from a form. To do this, call
+ PostMessageWebRequest.setMimeEncoded( true ) before calling selectFile.
+
16-Oct-2001
Problems corrected:
1. WebRequest.isFileParameter is now functioning and public
|