Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Upload with Context
Upload with Context
01-10-2016, 4:07 PM
bbrown
Joined on 01-10-2016
Posts 1
Upload with Context
Reply
Quote
In an MVC application I'm trying to store files in Azure Blob storage and create a record in SQL server that refers to that Blob. I do not want to store files on disk. I've modified the UploaderSQLProvider to implement methods that do that. However, I need to store references (FKs) to other entities in my db in the SQL file records and I'm not able to access the context in which the files are saved (in the provider Save method). Can you recommend a way to do this?
View Complete Thread