mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-10-31 06:03:51 +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.
		
			
				
	
	
		
			34 lines
		
	
	
		
			880 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			880 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
| <head>
 | |
| <title>Rivendel SAVEFILE Service Test Harness</title>
 | |
| <body>
 | |
| <form action="/rd-bin/rdxport.cgi" method="post" enctype="multipart/form-data">
 | |
| <input type="hidden" name="COMMAND" value="36">
 | |
| <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">TICKET:</td>
 | |
| <td><input type="text" name="TICKET" size="40" maxlength="40"></td>
 | |
| </tr>
 | |
| <tr>
 | |
| <td align="right">FILENAME:</td>
 | |
| <td><input type="file" name="FILENAME" size="20" maxlength="64"></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>
 |