Welcome Guest Search | Active Topics | Sign In | Register

How to show the uploaded document as a Hyperlink? Options
Venkat
Posted: Tuesday, December 7, 2010 4:23:44 AM
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
eo_support
Posted: Tuesday, December 7, 2010 8:05:38 AM
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!
Venkat
Posted: Tuesday, December 7, 2010 10:37:57 AM
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
eo_support
Posted: Tuesday, December 7, 2010 11:03:00 AM
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!
Venkat
Posted: Tuesday, December 7, 2010 1:11:59 PM
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
eo_support
Posted: Tuesday, December 7, 2010 1:39:20 PM
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!


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.