|
Rank: Newbie Groups: Member
Joined: 2/20/2009 Posts: 2
|
Hi,
I have an upload button on my site that uplaods a fole to the server. Could i use the progress bar to show the percentage complete so the user nows whats going on? If so how can i implement this, are there certain attributes from the progress bar that fire of when someone clicks the upload button.
Please help
Thanks,
R8VI
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will need to use our AJAXUploader for that. The difficult part is not to progress bar UI, it's how to get the progress information in real time. That's what AJAXUploader does.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 2/20/2009 Posts: 2
|
hi,
Thanks for that reply so now I have two questions
1) so what ur saying is that there is no way that i can do this with the progress bar ? 2) if thats the case then I need to buy a liscence for the ajax uploader so where can i do that and how much does it cost ?
Thanks,
R8VI
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
R8vi wrote:1) so what ur saying is that there is no way that i can do this with the progress bar ? What I am saying is in order to do what you want, you need to be able to get upload progress information from your server real time. This is what our AJAXUploader does. If you know how to do that and want to do it by yourself, then it is great. If not, obviously we can not show you how we implement a product that we sell. You can see the online demos for AJAXUploader here: http://demo.essentialobjects.com/Default.aspx?path=AJAXUploaderR8vi wrote:2) if thats the case then I need to buy a liscence for the ajax uploader so where can i do that and how much does it cost ? Please find more information here: http://www.essentialobjects.com/Purchase.aspx?f=1Thanks
|
|