Example: InternetFileUpload

 

To upload a file to the Spicer Corporation Web site:

[InternetFileUpload("www.spicer.com", "jdoe", "secret password", 0, "C:\Spicer\Image\Logo.tif", "var_si/Logo.tif")]

To upload the same file and change its file name at the same time:

[InternetFileUpload("www.spicer.com", "jdoe", "secret password", 0, "C:\Spicer\Image\Logo.tif", "var_si/IMLogo.tif")]