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

Accessing chunks of data?

1 Answer 60 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 27 Dec 2012, 11:12 AM
Is it possible to access the chunks as a file uploads and write those to the DB one by one?

The issue we have at the moment is when a large file is uploaded, it goes into the filestream and then is saved directly into the MSSQL DB. Ideally we would like to upload say 1mb chunks at a time, save this to the DB and then go to the next chunk.

Is this possible? I cant see anything in the help documents.

Many thanks in advance

1 Answer, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 03 Jan 2013, 09:54 AM
Hello Michael,

Straight to the question. No, it is no possible to access the uploaded chunks. In case that you want to upload files directly into DB without saving them on the server, you could use DisableChnukUpload property to true. Using custom handler in combination with it you could access the uploaded files and save them without hitting the server.

Kind regards,
Peter Filipov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Upload (Obsolete)
Asked by
Michael
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Share this question
or