|
Rank: Newbie Groups: Member
Joined: 1/30/2009 Posts: 8
|
Hi,
We are using EO Controls for our web application development. We are using EO Uploader for uploading the files. Just want to know how we can show the uploaded files as a Hyperlink, so that the user can click and see the document once he is uploaded for the verification purpose?
Any pointers regarding the same will help a lot.
Thanks and Regards, Venkatarajan A
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
For most files you should just be able to use a HTML link and set the href property to the file Url. However for certainly files, such as html, text, xml, pdf, that the browser will open it instead of download it. Those files will need special handling. We have a Downloader control in the package that handles that so you may want to take a look.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 1/30/2009 Posts: 8
|
Thanks for your prompt reply. Is there any way of achieving that using PostedFileLabelFormat Property of EO Uploader?
Thanks and Regards, Venkatarajan A
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
There is no property that works exactly like PostedFileLabelFormat on the downloader control. The downloader is very much just the "link" (or a button). Anything else will need to be implemented by yourself.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 1/30/2009 Posts: 8
|
Thanks for the reply. So, there is no way to make the uploaded file list with hyperlink?
Thanks and Regards, Venkatarajan A
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Neither the downloader nor the uploader will do it for you. You just have to write the code yourself. You have the file list, you have the download link. So you have all the information needed to create a download list.
Thanks!
|
|