| http://www.w3.org/ns/prov#value | - All other changes, including the name change for some of the options, are handled by the control. // Create the upload control and add to the form UploadiFiveControl uploadControl = new UploadiFiveControl { UploadPath = savepath, RemoveCompleted = true, SubmitWhenQueueCompletes = true, AllowedFileExtensions = .jpg|.bmp, Version = UploadiFive_Version_Enum.Flash }; form1.Controls.Add(uploadControl
|