I have been having some problems using RadUploadHandler. Grateful if someone can put an end to my already-2-days-of- trying.
I implemented FILESTREAM on a database which will allow my large BLOBs to be saved to the file system. In my handler, i am using methods and properties similar to what is found here:
http://blog.tallan.com/2011/08/22/using-sqlfilestream-with-c-to-access-sql-server-filestream-data/
My question is Do I need the SaveChunkData method in this case? I believe my InsertPhoto and SavePhotoFile methods handle the entire uploaded file. How can I modify this handler to save my data to the file system ?
I implemented FILESTREAM on a database which will allow my large BLOBs to be saved to the file system. In my handler, i am using methods and properties similar to what is found here:
http://blog.tallan.com/2011/08/22/using-sqlfilestream-with-c-to-access-sql-server-filestream-data/
My question is Do I need the SaveChunkData method in this case? I believe my InsertPhoto and SavePhotoFile methods handle the entire uploaded file. How can I modify this handler to save my data to the file system ?