Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hey guys, So I have a process that uploads files from a website and stores them in a datastore currently Azure Blob storage. This all works great but for one of our customers we will be installing the the software on premise and storing in Azure will not be an option.
That brings me to my problem...
I will be storing the files in sql server filestream for this but when the files are large, I split them in to chunks and push them to the server, I want to avoid having to put the data in to a temp folder and merge the chunks after the upload completes, then insert them in to the database. A much better solution would be to stream directly in to the sql server file stream column. I need to know if this is possible as the chunks are posted to the server on different threads.
Any help is very much appreciated

What I have tried:

I have a fully working solution that uploads files to azure
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900