hi,
Struggling to make it right. I found nice explanation how to implement simple scenario when file is loaded into memory upfront https://casablanca.codeplex.com/discussions/568637
but is there way to upload file incrementally using producer_consumer_buffer (critical for big files when loading all these MBs and GBs makes not sense)? Like some event to get new chunk of data.
Thank you!
Struggling to make it right. I found nice explanation how to implement simple scenario when file is loaded into memory upfront https://casablanca.codeplex.com/discussions/568637
but is there way to upload file incrementally using producer_consumer_buffer (critical for big files when loading all these MBs and GBs makes not sense)? Like some event to get new chunk of data.
Thank you!