Click here to Skip to main content
15,909,373 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Summarize the upload file from database in C#
Posted

If you mean you want to take the data you have uploaded from the user and reduce it's size, then really you have little option but to use somtehign like GZipStream[^] - the link includes example code.

How effective it will be depends on what the user uploads: text will "squash" nicely, but video and images generally don't compress much - if at all - because they are generally already heavily compressed.
 
Share this answer
 
You're not giving us a whole lot of detail here - what does the file look like for example ? What sort of data are you dealing with, what do you mean 'summarize' for instance ?

Ive often imported 'raw' files that may be delimited into a SQLite DB and use SQL to manipulate and/or summarise the data - is that the sort of thing you are looking for ?

We don't read minds - you have to do better at that asking a question
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900