Can someone please point me in the right direction.
- I need to create a windows timer service that will upload files in the local file system to Azure blobs.
- Each file (video) may be anywhere between 2GB and 16GB. Is there a limit on the size? Do I need to split the file?
- Because the files are very large can I throttle the upload speed to azure?
- Is it possible in another application (WPF) to see the progress of the uploaded file? i.e. a progress bar and how much data has been transferred and what speed it is transferring at?