Hi,
I am using UploadAttachments
I need to be able to do a manual upload as I want the user to select a file and enter various other bits of information. Then when the user selects the submit button I want the file and fields to be submitted so that I can save the file to the file system and the fields to a database.
I have tried ManualStartUpload = False
and that stops the auto uploading, but how do I actually start the upload once the user clicks the page save button.
The manual upload demo seems to do something like what I need but I cannot see the source code that makes that work.
None of the demos show the source code necessary to get the demonstrated behaviour.
Many thanks
Derek