I have looked at the override "ProcessStream" however I can't find any example that shows me how to take the completed file's bytes in memory straight to my database.
It looks like I have to use an upload folder, read the files and then insert them into the DB. How can I do this all in memory so I don't have to use an upload directory? This would make it so I don't have to manage unique file names, collisions, the folders from getting to big, etc.
Also I am using asp.net authentication for a website (which also hosts the handler). I should be able to reliably get the user's isAuthenticated and session info correct?
Thanks and appreciate it as always!
It looks like I have to use an upload folder, read the files and then insert them into the DB. How can I do this all in memory so I don't have to use an upload directory? This would make it so I don't have to manage unique file names, collisions, the folders from getting to big, etc.
Also I am using asp.net authentication for a website (which also hosts the handler). I should be able to reliably get the user's isAuthenticated and session info correct?
Thanks and appreciate it as always!