I am using a Blob field to upload a file to my application. I do not need to save the file but I do need to process it for my purposes. All of my processes appear to be working. The problem I am having is I would like to the use the EnterUploadMode procedure. InDe will not let me use it in a form Load event, or elsewhere. So how can I make use of this? I am not using DO.
The goal is to set the the field to allow the user to simply choose the file without having to activate the function on the Blob field itself. It will save a step and be something more familiar to the user.
I someone can help me get this function into my app I do appreciate it.
Thanks...