[QUOTE=rr;37662]Delete this record does exactly what it does.
You just created a new record where you may or may not yet have uploaded your file. So you should be able to delete the record again. Only upon submitting will the record be saved and the uploaded file be moved to the directory from the tmp directory.[/QUOTE]
That does not make sense. As mentioned, I am including the upload field in a control application, which does not have any database records connected with it.
SC’s own web manual, chapter “Control Applications”, “Overview”:
“This application type is structured differently from form applications. It is not based on a database table, allowing the form creation using fields added manually and source validation. Common examples of this application type are the forms for login and batch processing.”
Thus there should be no record to be deleted. Any value entered in the control applications form would be stored in local variables – at least, that would be my guess.
Also, I tried actually using the check box. I thought that perhaps the file name specified would be removed, but it does not.
Thus, I find it misleading. But, I guess that I could manually implement clearing the file name.