mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-10-31 14:13:52 +01:00 
			
		
		
		
	* Added a 'SaveFile' test method to the web API. * Added a 'SaveString' test method to the web API. * Refactored the multipart-mime parser in 'RDFormPost' to process UTF-8 strings correctly.
		
			
				
	
	
		
			30 lines
		
	
	
		
			746 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			746 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
| <head>
 | |
| <title>Rivendell SAVESTRING Test Harness</title>
 | |
| <body>
 | |
| <form action="/rd-bin/rdxport.cgi" method="post" enctype="multipart/form-data">
 | |
| <input type="hidden" name="COMMAND" value="35">
 | |
| <table cellpadding="0" cellspacing="2" border="0">
 | |
| <tr>
 | |
| <td align="right">LOGIN NAME:</td>
 | |
| <td><input type="text" name="LOGIN_NAME" size="20" maxlength="255"></td>
 | |
| </tr>
 | |
| <tr>
 | |
| <td align="right">PASSWORD:</td>
 | |
| <td><input type="password" name="PASSWORD" size="20" maxlength="32"></td>
 | |
| </tr>
 | |
| <tr>
 | |
| <td align="right">STRING:</td>
 | |
| <td><input type="text" name="STRING" size="40"></td>
 | |
| </tr>
 | |
| <tr>
 | |
| <td colspan="2" align="right"> </td>
 | |
| </tr>
 | |
| <tr>
 | |
| <td colspan="2" align="right"><input type="submit" value="OK"></td>
 | |
| </tr>
 | |
| </table>
 | |
| </form>
 | |
| </body>
 | |
| </html>
 |