Hi guys
I understand that the Upload Handler splits files into chunks by design, in my case its splitting a 4 MB file into like 40 chunks and saving them to the DB, without using the BufferSize Property how can i save the whole file? or rather how do these chunks add up to my original file?
I've tried doing somthing like the below code, now my only problem with this is that its only taking the last Chunk and saving it to the DB?
Your help in this regard will be highly apreciated,