if attached file is test.pdf . PDF icon is not shown.
for any type of file, icon of that file is not shown on browser.
Is there is any code to show this icon of attached file?
please help…
thanks
if attached file is test.pdf . PDF icon is not shown.
for any type of file, icon of that file is not shown on browser.
Is there is any code to show this icon of attached file?
please help…
thanks
Subject: to show file icon
You may have to add an Image representing the icon in ur db as an imageresource. then you can show this image beside your link using the IMG tag…this will however show the same image/icon on every machine opening the form…
Subject: to show file icon
Hi,
check the Display Value as Icon in column properties,
what is the column value provided?
HTH.
Gov
Subject: RE: to show file icon
thanks for reply but,i dont display files in the view…
i m attaching (.pdf,.doc,.xls, etc…) file using file upload control on form. when i submit this form and reopen the same form (on browser) i cannot see the icon of these files.
Subject: RE: to show file icon
Operating system file icons will never show up automatically for files attached from a file upload control. If you want this feature, you have to implement it yourself.
For examples on how to do that, visit Jake’s place:
http://codestore.info/store.nsf/unid/BLOG-20070615?OpenDocument
http://codestore.info/store.nsf/unid/DOMM-4T4ME3?OpenDocument
Subject: RE: to show file icon
Thanks a lot, Harkpabst Meliantrop it is working