/* Send a file using HTTP from the Spicer server and change its name */
if ( ( nError = IN_FileUpload( 1, "www.spicer.com", "jdoe", "secret password", 0, "C:\\Spicer\\Image\\Logo.tif", "var_si/IMLogo.tif" ) ) != IN_SUCCESS )
{
ErrorHandler( nError, "Error message:" );
}