Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
aaustria  
#1 Posted : Thursday, October 22, 2009 1:51:30 PM(UTC)
aaustria

Rank: Newbie

Groups: Member
Joined: 10/22/2009(UTC)
Posts: 3

Hi,

I'm currently reviewing your File Downloader tool for our project. While your File Downloader is based on files, our client wants it to be downloaded as File sets

Ex.
FileSet1
sample1.txt
sample2.mp3
sample3.doc
FileSet2
file1.txt
file2.mp3
file3.doc

I would like to know if we can modify it on the level where we can change the progress based on filesets.
So basically the modification requirement is on UI and the class that will hold the files which is the file set container.

Our client needs to know the implementation if we will do it from scratch or look for ready components. So we would really appreciate your fast reply on this.

Edited by user Thursday, October 22, 2009 2:02:20 PM(UTC)  | Reason: Not specified

Dmitry  
#2 Posted : Thursday, October 22, 2009 2:15:32 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

Before downloading files File Downloader triggers request to a special page returning list of files to be uploaded. You develops the logic of this page, so you can easily implement it to return sets of files. For example, a customer needs to upload two sets of files, you will return list of files for these two sets, File Downloader starts to download them. Please, read the Introduction topic for additional information.
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
aaustria  
#3 Posted : Thursday, October 22, 2009 3:03:38 PM(UTC)
aaustria

Rank: Newbie

Groups: Member
Joined: 10/22/2009(UTC)
Posts: 3

Hi Dmitry,

Thank you for the fast response. I'm aware of the logic that is required on the server , like what you've said, to return the list of files for download. We are good on that part. However we want the UI to display the progress per file set and not per file
Ex.
-----FileSet1
----------sample1.txt
----------sample2.mp3
----------sample3.doc
-----FileSet2
----------file1.txt
----------file2.mp3
----------file3.doc

Referring to the screenshots @ http://aurigma.com/Produ...nloader/Screenshots.aspx
We want the UI to confirm the downloads as filesets and not as file listing.
We also want the progress UI to show something like:
"Downloading the file set [FileSet1]"...
"Downloading the file set [FileSet2]"...
as opposed to the actual File Downloader Implementation which will show
"Downloading the file sample1.txt"...
"Downloading the file sample2.mp3"...

In that sense, the user is not much aware of the underlying files in the selected file sets during download confirmation and actual download. With that we're curious to know if we can modify File Downloader that way or in that level.

Thanks

Edited by user Thursday, October 22, 2009 3:06:27 PM(UTC)  | Reason: Not specified

Tamila  
#4 Posted : Thursday, October 22, 2009 6:03:32 PM(UTC)
Tamila

Rank: Advanced Member

Groups: Member
Joined: 3/9/2008(UTC)
Posts: 554

Was thanked: 1 time(s) in 1 post(s)
Hello,

Unfortunately, File Downloader does not support this functionality.
Aurigma Support Team

UserPostedImage Follow Aurigma on Twitter!
aaustria  
#5 Posted : Thursday, October 22, 2009 8:46:51 PM(UTC)
aaustria

Rank: Newbie

Groups: Member
Joined: 10/22/2009(UTC)
Posts: 3

Hi Tamila,

Do you mean it does not support that functionality as is, or we can't modify it the way we want it as described above.
If we buy the with the source code, we plan to modify it as described. We do realize that is is not built for that kind of requirement.
But we want to know if we can modify it up to that level.

Thanks

Edited by user Thursday, October 22, 2009 8:47:42 PM(UTC)  | Reason: Not specified

Dmitry  
#6 Posted : Saturday, October 24, 2009 12:04:19 AM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

Unfortunately the standard progress dialog does not support sets of files, nevertheless let's try it in the following way. There is an option to disable standard progress dialog and implement it client-side using JavaScript and HTML. Progress dialog can be disabled using FileDownloader.ShowFileListProgressDialog Property. Custom progress dialog you can implement based on FileDownloader.DownloadItemComplete Event. This event is fired every time when a file is successfully downloaded. This way you are able to know what files are already uploaded and what file sets are set for download, so you can display this information in the way you need.

Edited by user Saturday, October 24, 2009 12:07:30 AM(UTC)  | Reason: Not specified

Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
Users browsing this topic
Guest
Similar Topics
source code modification (Discussions – ActiveX/Java Uploader)
by duane 11/4/2007 10:19:03 PM(UTC)
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.