Rank: Newbie
Groups: Member
Joined: 9/16/2008(UTC) Posts: 1
|
Hello Support Team,
I am supposed to use this control, but before that I want to make sure one thing.
At present I am simply downloading one zip file with simple Response.WriteFile('FILENAME'). This hangs up my site when the zip size is big (more than 250 MB or so). To avoid only this problem, I want to try this control.
My site should not have any effect of this heavy sized downloads if I use this control.
May I have some words on this from support team?
Thanks in advance.
Ketan Raiyani
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 7/28/2003(UTC) Posts: 1,659
Thanks: 5 times Was thanked: 76 time(s) in 74 post(s)
|
Hello Ketan, Quote:At present I am simply downloading one zip file with simple Response.WriteFile('FILENAME'). This hangs up my site when the zip size is big (more than 250 MB or so). To avoid only this problem, I want to try this control. Before answering on your question let me clear what you want to achieve. Do you use ZIP file to allow users download multiple files/folders from server? If yes, then you can offer them alternative way to do it using File Downloader control. File Downloader can download multiple files from server to client with preserving folder structure. So it can be used as an alternative to dynamically packing all files to one ZIP archive. However if you pack just one large file to ZIP archive to reduce its size, then it will not help, as first of all you should avoid using of Response.WriteFile('FILENAME') which cause server hanging. So could you tell a bit more about what you want to achieve? |
Best regards, Fedor Skvortsov
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.