You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2005/07/08 16:24:03 UTC

svn commit: r209784 - /perl/modperl/docs/trunk/src/docs/general/testing/testing.pod

Author: stas
Date: Fri Jul  8 07:24:02 2005
New Revision: 209784

URL: http://svn.apache.org/viewcvs?rev=209784&view=rev
Log:
one more fix from William

Modified:
    perl/modperl/docs/trunk/src/docs/general/testing/testing.pod

Modified: perl/modperl/docs/trunk/src/docs/general/testing/testing.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/general/testing/testing.pod?rev=209784&r1=209783&r2=209784&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/general/testing/testing.pod (original)
+++ perl/modperl/docs/trunk/src/docs/general/testing/testing.pod Fri Jul  8 07:24:02 2005
@@ -1758,9 +1758,10 @@
 This function sends the form data in a POST response.
 
 To insert additional parameters, append them as 'key' =E<gt> 'value'
-elements as in the following example:
+elements as in the following example (notice that an additional file upload
+was made via the my_file_name parameter):
 
-  UPLOAD $location, filename => $filename, my_file_name => 'Test.txt',
+  UPLOAD $location, filename => $filename, my_file_name => ['Test.txt'],
                     username => 'Captain Kirk', password => 'beam me up';
 
 To upload a string as a file, use:



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org