Bruce,
Thanks...that pointed me in the right direction. Looking at the POST showed filename=''. That is the filename variable was always blank. I discovered that I had two versions of the target name field on my form. One was a normal string, the other was the FileUpload control. Having the "normal" string on the form caused the filename to be blank.
Now that I have this working, I want to work on putting the uploaded file into a BLOB. I have looked at your webinars 15, 20, 22 and 23, and will experiment with these techniques. Then I will move to NT 8, which I see as of 8.13, you have added a feature to upload to a BLOB.
In keeping with the BLOB feature for the FileUpload control, I would like to ask for another BLOB feature to be added in the next release. When adding a Display control, we can go to the Image tab, and select an image name to display. Could you add another item here to load an image from a select BLOB?
Thanks,
Jeff