How to give file upload functionality using oracle VBCS.
Summary
How to give file upload functionality using oracle VBCS.Content
I have to use file upload functionality in my application where on click of choose file , a file from my local should be uploaded along with progress bar in which file size , upload speed , status and delete icon should be visible. On click of stop uploading , a file should stop to upload and status should come as failed with retry icon. On click of retry icon same file should start uploading with cancel icon at the end of it.
PFA the screenshot with name 'a' and 'b' for what exactly I need and the screenshot with name 'c' for what I have achieved in which it is not working for multiple upload thing and I am also not sure whether I have followed correct approach or not.
0