i mean suppose there is 100 MB file.. and i want to download first 5 MB first.. read the content first then remove the first part and then the next five.. and so on..??
Amit, Do you mean a streaming download of the format:
Note that this only works for some file formats. Others, such as PDF, require knowing the full length of the file for header info before outputting anything.
This is for the server part. Or do you mean on the client?