This is a migrated thread and some comments may be shown as answers.

RaduploadHandler

1 Answer 54 Views
Upload
This is a migrated thread and some comments may be shown as answers.
jay
Top achievements
Rank 1
jay asked on 23 Nov 2011, 02:23 PM
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 ?

1 Answer, 1 is accepted

Sort by
0
jay
Top achievements
Rank 1
answered on 23 Nov 2011, 03:13 PM
Ok. I did by still using the SaveChunkData.
Thanks!
Tags
Upload
Asked by
jay
Top achievements
Rank 1
Answers by
jay
Top achievements
Rank 1
Share this question
or