Upload BLOB and progress bar
Posted: Mon 02 Feb 2015 07:40
Hi
I need to store a large file in BLOB column (10MB and more). ODAC demo shows how to upload file using ParamByName('').AsOraBlob.LoadFromFile. Uploading takes time so is there a way to get upload progreaa information during this process? I'd like to show progress bar informing user how many bytes have been already uploaded.
I need to store a large file in BLOB column (10MB and more). ODAC demo shows how to upload file using ParamByName('').AsOraBlob.LoadFromFile. Uploading takes time so is there a way to get upload progreaa information during this process? I'd like to show progress bar informing user how many bytes have been already uploaded.